SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
@DP in a run command

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
@DP in a run command
Author Message
Tom Smit



Joined: 26 Jan 2000
Posts: 21

Post @DP in a run command Reply with quote

Run ( "c:\bin\make.bat @DP"yyddmm"", "c:\bin", process_id)
should be allowed, however, when i try to validate the syntax,
i get a "Bad number of arguments". FYI, if i just dump a @W in there
it'll work fine.

-tom

Wed Jan 26, 2000 12:59 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7838

Post Re: @DP in a run command Reply with quote

This is because of double quotes. You should change it to either
Run ( "c:\bin\make.bat @DP\"yyddmm\"", "c:\bin", process_id)

or
Dim( command, string )
Concat( "c:\bin\make.bat ", @DP"yyddmm", command )
Run( command, "c:\bin", process_id )

: Run ( "c:\bin\make.bat @DP"yyddmm"", "c:\bin",
: process_id)
: should be allowed, however, when i try to validate the syntax,
: i get a "Bad number of arguments". FYI, if i just dump a @W in
: there
: it'll work fine.

: -tom

Wed Jan 26, 2000 1:32 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
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


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.