here is what i wanna do and some how all in command prompt..
1. search for a file (dir filename.ext /s /b)
this gives output in the form of absolute path including the filename and no other crap e.g. c:\Program Files\wherever\filename.ext
now i wanna use the path(s) obtained above to view the content...
any ideas on how to do it??
i read DOS for dummies a long time back and there was some implementation..
actually i want to store all the command in a batch file and route the display (type ) to another file, all in the background...
thanks
Hitesh Gupta
1. search for a file (dir filename.ext /s /b)
this gives output in the form of absolute path including the filename and no other crap e.g. c:\Program Files\wherever\filename.ext
now i wanna use the path(s) obtained above to view the content...
any ideas on how to do it??
i read DOS for dummies a long time back and there was some implementation..
actually i want to store all the command in a batch file and route the display (type ) to another file, all in the background...
thanks
Hitesh Gupta