Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Finstr command in Dos
Name: ekks Date: May 8, 2006 at 07:36:23 Pacific OS: Win2000 CPU/Ram: 2.5 gig Product: Dell
Comment:
Trying to write a bat file to search all files in a directory for a certain string and copy the files that contain it to another directory. ...I've never written a bat file before. I've got the findstr command to list out the files but can't feed that list to the copy command. Can someone help?
Summary: You wont find Unix command in DOS because Unix is one operating system and DOS is another, each where their own different way of doing things. Also bear in mind, there is NO DOS in Windows XP. What ...
Summary: I'm not sure I remember from my C++ days (which are quickly coming back to haunt me since my operating systems class is all C...), but do you need to escape the slash? c:\\mydir This question is asked...