hi all ,
i have problem with start command in windows ,
when i type "start calc" to the command line directly , it is work !
when i put it in patch file does not work ?!!
thanks,
"start" command in batch file does not work !
Page 1 of 12 Replies - 2975 Views - Last Post: 28 November 2011 - 12:48 AM
Replies To: "start" command in batch file does not work !
#2
Re: "start" command in batch file does not work !
Posted 28 November 2011 - 12:37 AM
Patch file?
I'm not sure what you are referring to.
If you mean Batch file, please provide the code that you are trying to run.
I'm not sure what you are referring to.
If you mean Batch file, please provide the code that you are trying to run.
#3
Re: "start" command in batch file does not work !
Posted 28 November 2011 - 12:48 AM
no2pencil, on 28 November 2011 - 12:37 AM, said:
Patch file?
I'm not sure what you are referring to.
If you mean Batch file, please provide the code that you are trying to run.
I'm not sure what you are referring to.
If you mean Batch file, please provide the code that you are trying to run.
sorry , batch file
my problem is when i want to run java Application remotly ( on windows server 2003 ) ,
Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 500
cloner.SendKeys"telnet 00.00.00.00" // = zeros is IP
cloner.SendKeys("{Enter}")
WScript.Sleep 500
cloner.SendKeys"start JavaApplication"
cloner.SendKeys("{Enter}")
WScript.Sleep 500
cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 300
cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 300
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|