By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I get the "set" part. Are you sure about the colon and that VBS understands REM?
echo %@script[vbscript,a=10:a=a+1:set fso=CreateObject("Scripting.FileSystemObject"):set stdout=fso.GetStandardStream(1):stdout.WriteLine a:Rem This is a comment]
Got it. Thanks to both of you.Code:echo %@script[vbscript,a=10:a=a+1:set fso=CreateObject("Scripting.FileSystemObject"):set stdout=fso.GetStandardStream(1):stdout.WriteLine a:Rem This is a comment]
Joe