You have to login in order to post a reply to this topic.

2 replies [Last post]
stevenjmyu
stevenjmyu's picture
User offline. Last seen 1 year 30 weeks ago. Offline
Joined: 06/08/2010
Posts: 3

 How can I enter in a long Command using the run DOS command function from winautomate? it truncates it. do i need to store that string as a variable? then run that variable?

example. I want to run something like this on a Dos command line

C:\>"C:\Program Files\GSplit\GSplit.exe" "C:\Documents and Settings\SYu\Desktop\Automation\Stuff\LargeSample.txt" -c-go-s-t-l "C:Documents and Settings\SYu\Desktop\Automation\Stuff\CignaSplitProfile.gsc" "C:\Log.txt"

 

thanks a bunch.

D.M.Altizer
User offline. Last seen 1 year 11 weeks ago. Offline
Joined: 01/12/2010
Posts: 204
Re: Long DOS Command Lines

 What do you mean by: "truncates it" ? What version of WinAutomation are you using? I have just entered the command in the "Run DOS Command" action and it seems to take it all without cutting off anything...

__________________

==Dedicated Automation Solutions==

__________________

==Dedicated Automation Solutions==

stevenjmyu
stevenjmyu's picture
User offline. Last seen 1 year 30 weeks ago. Offline
Joined: 06/08/2010
Posts: 3
Re: Long DOS Command Lines

 oh haha, nevermind. i copy and pasted it wrong. stupid me. problem resolved. thanks guys.