Board index » wsh(Windows Scripting Host)
All times are UTC
WScript.ReadLineI assume you mean WScript.StdIn.ReadLine...
The answer (AFAIK) is no...
-- Michael Harris MVP Scripting
Unlike Sleep, ReadLine blocks the thread. Is there some way for me to hook an event when the user presses enter?
1. wscript.sleep 1 and wscript.sleep 2
2. Set WSHShell = WScript.CreateObject("WScript.Shell")
3. WScript.Quit is not terminating wscript.exe
4. WScript.WshShell or WScript.Shell ??????
5. Readline until EOF
6. readline and the newline
7. gshell: ReadLine support for Ghostscript
8. problem invoking readline
9. Using the ReadLine method for TextStream object
10. Readline 2 rows below
11. TextStream: ReadLine - how to detect eof
12. a = a & tsIn.Readline - no output