Saved Bookmarks
| 1. |
Solve : how to Find a file like windows search-Dos? |
|
Answer» DEAR All, How to write a msdos batch file to find a exe file like windows file search Thanks Jebesh S cd /d D:\ [where D is the drive letter] dir /s filename.exe [where filename is desired file] or dir /s *.exe to find all exe files Thanks for your immediate response, but i want to search globally for example.i wan to search a .exe file from any where( C: or d: or e:drive).the exe file also MAY be any where likely c: or d: or e: please LET me know whether it is possible in msdos SCRIPT (batch file) Thanks Jebesh S |
|