Hello,
I have read a bit but am still confused on the topic. My understanding is very basic, but I have wrote quite a few batch files to carry out a lot of different tasks and I was wondering if there is a way of getting the batch file to log this everytime it runs?
Thanks
Search found 3 matches
- 15 Aug 2011 03:09
- Forum: DOS Batch Forum
- Topic: Logging Batch File
- Replies: 2
- Views: 3236
- 08 Aug 2011 02:18
- Forum: DOS Batch Forum
- Topic: Batch Moving multiple files with file names within text doc
- Replies: 2
- Views: 3227
Re: Batch Moving multiple files with file names within text
Hello, Thank you very much for that, I was just wondering if possible you might be able to explain the different bits below? just so I can maybe try and get a better understanding? @echo off &SetLocal EnableExtensions EnableDelayedExpansion set "$NewLocation.FullPath=C:\Windows\Temp" ...
- 05 Aug 2011 04:18
- Forum: DOS Batch Forum
- Topic: Batch Moving multiple files with file names within text doc
- Replies: 2
- Views: 3227
Batch Moving multiple files with file names within text doc
Hello, I am new to the forum and I have been reading a lot of comments but I cannot find one to help with my on going problem. I have a batch file which looks for a string in different text files and then returns the file location. I was just wondering if it was possible to get a batch file to look ...