THanks!
Actually you got me started.
What I ended up just needing is a very simple
bat command:
D:
cd ss\rw\input
dir filename.* /s > results.txt
That gave me what I needed.
But can I also send this results.txt file to a networked printer, adding
bat file commands?
Search found 2 matches
- 21 May 2009 18:55
- Forum: DOS Batch Forum
- Topic: Need simple bat file to check if a file exisits by name &
- Replies: 4
- Views: 7531
- 21 May 2009 05:30
- Forum: DOS Batch Forum
- Topic: Need simple bat file to check if a file exisits by name &
- Replies: 4
- Views: 7531
Need simple bat file to check if a file exisits by name &
Im have very basic dos bat file experience. I need a simple as possible bat file to check multiple sub directories under a parent directory, to check for a file name by name and its date. If it is present, then is it possible to que up a print of the results? Or just create a list of the results in ...