
|
|
How do I script imports for windows using APPXUTIL? |
| The following example will import (appxutil -i=) the design files for application TAP version 00 from portable ASCII format into the BRF format needed before you can actually import the files into APPX:
cd c:\appx\data\00\TAP\Portdata
FOR %%f IN (*.) DO c:\appx\tools\appxutil -i=%%f
| |
| [Append to This Answer] | |
| 2004-Feb-27 4:22pm |
| ||||||||