Search found 2 matches
- 23 May 2013 12:20
- Forum: DOS Batch Forum
- Topic: write variable to log file
- Replies: 4
- Views: 4700
Re: write variable to log file
That didn't work. It kept the script from running entirely. Thanks though.
- 23 May 2013 08:51
- Forum: DOS Batch Forum
- Topic: write variable to log file
- Replies: 4
- Views: 4700
write variable to log file
I have a script that uninstalls different versions of java and I would like to write each version it removes to a log file for future reference. (in case there is an app that uses a specific version and I need to reinstall it). Below is my script. I curently have echo %%a >>c:\temp\JavaUninstall.txt...