cthulhugeek
New Member
Hi,
I have a batch file that submits a progress created html file to the fax server. When I run this from the character version it takes 10 - 12 seconds, when I run it from the gui version it takes 4-5 minutes. The wierd thing is that it does eventully work. I am using the command "DOS SILENT" command. I am assuming maybe the dos shell and the gui shell programs use memory/proccessing priority different? Not sure, any ideas? Any help would be greatly appreciated, as I am completly stumped.
The bat file sendfax.bat is as follows:
del c:\temp\submit*.*
"C:\Program Files\Castelle\FaxPress\SimpleFax Utilities\SubmitFax" /s
u SUPERVISOR /p /r %1 /c NO COVER PAGE /a %2 /o C:\temp /x NONE /V
Thanks,
Don Foley
www.donaldcfoley.com
http://us.imdb.com/name/nm1975841/
I have a batch file that submits a progress created html file to the fax server. When I run this from the character version it takes 10 - 12 seconds, when I run it from the gui version it takes 4-5 minutes. The wierd thing is that it does eventully work. I am using the command "DOS SILENT" command. I am assuming maybe the dos shell and the gui shell programs use memory/proccessing priority different? Not sure, any ideas? Any help would be greatly appreciated, as I am completly stumped.
The bat file sendfax.bat is as follows:
del c:\temp\submit*.*
"C:\Program Files\Castelle\FaxPress\SimpleFax Utilities\SubmitFax" /s
u SUPERVISOR /p /r %1 /c NO COVER PAGE /a %2 /o C:\temp /x NONE /V
Thanks,
Don Foley
www.donaldcfoley.com
http://us.imdb.com/name/nm1975841/