Hi,
I have a exe file which expects a string of arguments.
I tried to use following code:
<CFEXECUTE NAME=".exe" ARGUMENTS="12;123;" TIMEOUT="10"></CFEXECUTE>
The arguments are seperated by ';'
BUT this doesn't work. The only way it works is when I create a .bat file where I specify the whole 'shit'.
E.g.:
d:
cd d:\inetpub\ ALG;1;1;650;KOD;250;1250000;106;750000;355;100000;400;500000
Everytime someone fills out the form I create such a .bat file (cffile) to determine the arguments and next I run the .bat file using the CFEXECUTE tag to process the .bat file.
But that takes way to much time and is too slow.
Any suggestions?
Tnx
Bram
I have a exe file which expects a string of arguments.
I tried to use following code:
<CFEXECUTE NAME=".exe" ARGUMENTS="12;123;" TIMEOUT="10"></CFEXECUTE>
The arguments are seperated by ';'
BUT this doesn't work. The only way it works is when I create a .bat file where I specify the whole 'shit'.
E.g.:
d:
cd d:\inetpub\ ALG;1;1;650;KOD;250;1250000;106;750000;355;100000;400;500000
Everytime someone fills out the form I create such a .bat file (cffile) to determine the arguments and next I run the .bat file using the CFEXECUTE tag to process the .bat file.
But that takes way to much time and is too slow.
Any suggestions?
Tnx
Bram