Difference: ScriptingImportsForWindows (3 vs. 4)

Revision 42016-01-21 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="SystemAdministration"
Changed:
<
<

Scripting Imports for Windows

>
>

Scripting Imports for Windows - Prior to APPX 4.2.0

 
Changed:
<
<
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 
>
>
The following example batch file 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 

See APPXUTIL Overview for more information on the appxutil program.

Scripting Imports for Windows - APPX 4.2.0 + higher

The following example batch file will import (appx -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\appx -i=%%f 
 
Deleted:
<
<
See APPXUTIL Overview for more information on the appxutil program.
 

Comments:

Read what other users have said about this page or add your own comments.


Deleted:
<
<

<--/commentPlugin-->
 \ No newline at end of file
Added:
>
>

<--/commentPlugin-->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback