|
Command Line Parameters
This parameters can be used to change the running behaviour of Printfil.
If you start Printfil by a batch file of your own, simply add them after PRINTFIL.EXE, otherwise you'll have to manually change the shortcut used to start it. The default one is placed in Start->Program Files->AutoStart, so that Printfil starts automatically at the PC boot-up.
You can use only one of the following parameters at a time.
NOMENU
This parameter is used to disable the top menu entries: Configuration, Redo Last Print and Registration, as described in the previous section.
CLOSE
By running "Printfil CLOSE" you can automatically close all the Printfil copies which are in execution on the machine.
It's useful when Printfil is run by a batch file, to avoid having multiple copies running simultaneously.
For example:
| C:\>EDIT START.BAT
START.BAT
@echo off
c:
cd "\program files\printfil"
start Printfil.exe
cd \My_Dir
My_App.Exe
cd "\program files\printfil"
start Printfil.exe CLOSE |
|
|