Mike,
You could use Sleep.exe from Windows SDK executing it in Execute Process
task. My favorite one is using Execute SQL task with WAITFOR statement, but
that is when SQL Server is available.
Ilya
"Mike" <yaroslav.levchenko (AT) gmail (DOT) com> wrote
Quote:
Hello!
Is there any way to pause execution (Sleep) in java script
under DTS? WScript.Sleep() doesn't work. As I understand
sure workaround is to build my own activex with one method
Sleep(), but may be there is some simpler method.
Any ideas?
Thank you,
Yaroslav |