Руководство Пользователя для Xerox XCounter Page Accounting Support & Software

Скачать
Страница из 75
XCOUNTER FOR NT USER REFERENCE MANUAL 
Mar 2001 
68 
The following XImport sample batch file illustrates how to import a comma delimited 
text file into the XPopup.dbf: 
echo off 
if exist c:\xcounter\xpopup.dbf del c:\xcounter\xcounter.dbf  
“deletes current Xpopup.dbf files” 
if exist c:\xcounter\xpopup.cdx del c:\xcounter\xpopup.cdx 
“deletes current Xpopup.cdx files” 
ximport T client.txt c:\xcounter\xpopup.dbf   
 
 
“imports client file into XCounter” 
ximport T matter.txt c:\xcounter\xpopup.dbf  
 
“imports matter file into XCounter” 
The following XImport sample batch file illustrates how to import an EQT file: into the 
XPopup.dbf: 
echo off 
if exist c:\xcounter\xpopup.dbf del c:\xcounter\xcounter.dbf  
“deletes current Xpopup.dbf files” 
if exist c:\xcounter\xpopup.cdx del c:\xcounter\xpopup.cdx 
“deletes current Xpopup.cdx files” 
ximport C client.eqt c:\xcounter\xpopup.dbf  
 
 
“imports client file into XCounter” 
ximport M=5 matter.eqt c:\xcounter\xpopup.dbf 
 
 
“imports matter file into XCounter”
 
XPopup.exe 
Typically XPopup should be setup to run as soon as the users login to the network. 
This may be accomplished by either loading XPopup.exe at startup or add a line to 
the system login script: 
• 
#COMMAND /C DRIVE:PATH\XPOPUP [/options] 
XPopup.exe has the following command line options: 
• 
/hideicon  
This switch runs XPopup.exe hidden, without an icon. 
• 
/noexit   
This switch runs XPopup.exe with the Exit option disabled on the 
task menu. 
• 
/term   
Terminates XPOPUP 
• 
/preload=serverName  
This switch enables XPopup.exe to read the 
XPopup configuration from the defined server, 
and loads the client code database if required. 
Normally these operations are not performed 
until the first print job occurs. If the client 
database is large, there may be somewhat of a 
delay (after the first print job only) due to the time 
it takes to load the client database.  Enabling 
this option will improve this delay by preloading 
the database in the background.