BobSakemano
Technical User
hey guys,
simple question. I want the values from a WScript.Echo to be dummped in to a .txt file.
I'v tries this:
Dim X
X = "txttxtxtxtxtxtt"
WScript.Echo X > c:\test.txt
doesnt work hoever.
any ideas?
simple question. I want the values from a WScript.Echo to be dummped in to a .txt file.
I'v tries this:
Dim X
X = "txttxtxtxtxtxtt"
WScript.Echo X > c:\test.txt
doesnt work hoever.
any ideas?