 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
DLUTER
Joined: 16 Mar 2007 Posts: 44 Country: United States |
|
Problem with command line switches |
|
I'm having a problem with a lengthy command line and it appears that 24x7 dosen't like the "IT Works Architecter Database GC Sync". Is there anyway to do this?
Here's the command in Windows scheduler
Thanks in advance for the help.
Last edited by DLUTER on Mon Jun 18, 2007 4:39 pm; edited 1 time in total |
|
Thu Mar 22, 2007 7:09 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
|
|
I think the problem is in references to environment variables as part of the command line. Don't expect that things like %SystemRoot% will be somehow magically expanded. If you want to insert environment variables use @V"env:VAR_NAME" macro. In this particular case just replace %SystemRoot% text with @V"env:SystemRoot"
The result can be seen immediately in the debugger.
|
|
Thu Mar 22, 2007 7:36 pm |
|
 |
DLUTER
Joined: 16 Mar 2007 Posts: 44 Country: United States |
|
|
|
Thanks, i'll try that.
|
|
Fri Mar 23, 2007 11:03 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|