running a script as settingsprogram or afterprintprogram
Posted: Thu Jun 15, 2006 12:33 am
I'm trying to convince bullzip to accept print jobs and create unique output files for each print job, without user intervention.
I've written a script which updates the Output value in settings.ini, to a unique valid value based on the current date+time.
I've named this script as both my SettingsProgram and AfterPrintProgram.
my script does not appear to run when I print, as the values in settings.ini do not change. When I run the script from the command line, it updates settings.ini properly. Also, when I schedule the script to run every minute in task scheduler, that works... but it doesn't provide the granularity I need, and it's stupid, if the hooks you've so kindly provided would actually run my script.
Can you help shed some light on the situation?
OS: WinXP SP2
script languge: kixtart (also tried simple batch files to no avail)
thanks!
I've written a script which updates the Output value in settings.ini, to a unique valid value based on the current date+time.
I've named this script as both my SettingsProgram and AfterPrintProgram.
my script does not appear to run when I print, as the values in settings.ini do not change. When I run the script from the command line, it updates settings.ini properly. Also, when I schedule the script to run every minute in task scheduler, that works... but it doesn't provide the granularity I need, and it's stupid, if the hooks you've so kindly provided would actually run my script.
Can you help shed some light on the situation?
OS: WinXP SP2
script languge: kixtart (also tried simple batch files to no avail)
thanks!