NewsArchive
09-29-2009, 02:11 AM
Hi Friedrich
Using SB7.0.2712
I am having problems adding command line params when adding a Scheduled Task using
SB7.
in Add Scheduled Task
I set the field
Application to Run
%_SB_INSTALLDIR%\QCFbu9.exe /a Site=1
%_SB_INSTALLDIR% is set at install time to E:\Genawise\QCFbu and the program files
install there OK.
But, the Task is set up with the Run: field as...
"E:\Genawise\QCFbu\QCFbu9.exe \a Site=1"
This will not run from scheduler... Comes back showing 'Could not start' for status.
There are two problems causing this.
1: SB7 adds double quotes around the entire setting
2: SB7 (or because of the double quotes, perhaps Windows) changes the forward slashed
param /a to a backslashed \a
Is there some way I can get the needed run setting to be...
E:\Genawise\QCFbu\QCFbu9.exe /a Site=1
or perhaps as
"E:\Genawise\QCFbu\QCFbu9.exe" /a Site=1
Thanks
JohnG
Using SB7.0.2712
I am having problems adding command line params when adding a Scheduled Task using
SB7.
in Add Scheduled Task
I set the field
Application to Run
%_SB_INSTALLDIR%\QCFbu9.exe /a Site=1
%_SB_INSTALLDIR% is set at install time to E:\Genawise\QCFbu and the program files
install there OK.
But, the Task is set up with the Run: field as...
"E:\Genawise\QCFbu\QCFbu9.exe \a Site=1"
This will not run from scheduler... Comes back showing 'Could not start' for status.
There are two problems causing this.
1: SB7 adds double quotes around the entire setting
2: SB7 (or because of the double quotes, perhaps Windows) changes the forward slashed
param /a to a backslashed \a
Is there some way I can get the needed run setting to be...
E:\Genawise\QCFbu\QCFbu9.exe /a Site=1
or perhaps as
"E:\Genawise\QCFbu\QCFbu9.exe" /a Site=1
Thanks
JohnG