Search found 1 match

by RyanD
19 Aug 2013 06:58
Forum: DOS Batch Forum
Topic: Newbie: Exporting results of script to .txt file
Replies: 2
Views: 2752

Newbie: Exporting results of script to .txt file

Hi All, Brand new to this forum and also DOS programming. I've created a very simple script which should delete all the .DS_Store and thumbs.db files on one of our Windows network shares. F: DEL /S /A:H .DS_STORE DEL /S /A:H ._.DS_STORE DEL /S /A:H THUMBS.DB > "*path*\DS_STORE&THUMBS_FTP.tx...