Tags:
tag this topic
create new tag
view all tags
---+ Scripting Imports for Windows - Prior to APPX 4.2.0 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: <blockquote dir="ltr" style="margin-right: 0px;"> <pre>cd c:\appx\data\00\TAP\Portdata</pre> <pre>FOR %%f IN (*.) DO c:\appx\tools\appxutil -i=%%f </pre> </blockquote> See <span data-mce-mark="1">[[APPXUTIL Overview]]</span> 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: <blockquote dir="ltr"> <pre>cd c:\appx\data\00\TAP\Portdata</pre> <pre>FOR %%f IN (*.) DO c:\appx\tools\appx -i=%%f </pre> </blockquote> ---++ Comments: _Read what other users have said about this page or add your own comments._ --- <br /><span data-mce-mark="1">%COMMENT%</span>
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r4 - 2016-01-21
-
JeanNeron
Home
Site map
Main web
MedicaidBilling web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback