Re: Examine clipboard
Reply #4 –
This is the newest version--I also tested the Wscript.Echo statement
WScript.StdOut.Write(WScript.StdIn.ReadAll());
WScript.Echo("Testing"); // This line may be taken out.
WScript.quit(99);
/*
WScript.StdErr.Write(WScript.StdIn.ReadAll());
WScript.quit(1);
*/
Same information, just in a different tab.
This might be helpful when working on scripts that change the staff (Return Code == zero).