RE:[sap-abap] Script Delay
Posted by
Admin at
|
Share this post:
|
0 Comments
| | Posted by ScriptMan (Dipl.-Ing. für Informationstechnik) on Aug 16 at 3:17 PM | |
Hi Tony,
I do not know if you already have found a solution. A while ago I also had a similar problem that I have solved as follows:
...
set Wshell = CreateObject("WScript.Shell")
wshell.run "c:\temp\sleep.vbs",1,true
...
Sleep.vbs contains a single line: Wscript.Sleep 1000
Regards,
ScriptMan
__.____._ I do not know if you already have found a solution. A while ago I also had a similar problem that I have solved as follows:
...
set Wshell = CreateObject("WScript.Shell")
wshell.run "c:\temp\sleep.vbs",1,true
...
Sleep.vbs contains a single line: Wscript.Sleep 1000
Regards,
ScriptMan
Copyright © 2009 CEB Toolbox, Inc. and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
In the Spotlight
SAP Enterprise Software: flexible, best-of-breed business apps View Vendor Profile
View this thread online
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion