|
Yeah, I'm pretty sure that's possible, although I don't remember how. I think you can set echo off to include output from file commands, and I'm almost positive you can also pipe the output into a file, and append it, so you could keep a status log that way. But I can't stress enough how much better off you'd be with a more recent technology, be it VB, C#, Windows Host Scripting, or something else. If you want to ease deployment, you could put the compiled exe file on a network share and call out to it through a batch file, so not have to install it on the client machine at all.
|