Search found 2 matches

by ianpwilliams
08 Jul 2012 08:29
Forum: DOS Batch Forum
Topic: Very quick batch file question
Replies: 2
Views: 1802

Re: Very quick batch file question

You are a genius sir :D

Makes me want to get back into computer programming again...
by ianpwilliams
08 Jul 2012 06:57
Forum: DOS Batch Forum
Topic: Very quick batch file question
Replies: 2
Views: 1802

Very quick batch file question

I have a very simple batch file for extracting certain lines from a particular file, and then outputting those lines to a new file: findstr "SUMMARY" 20120708.ics > test.txt What I would really like to be able to do is drag any ics file onto the batch file icon in a Windows XP window, and ...