i want to prepare list of all excel files on a particular drive(e.g C:\) i use dir /s /b c:\*.xls > filelist.xls this syntex but it does not give date & time details is any way i will get output with last modified date in excel sheet in below format c:\abc.xls 03-01-2012 21:52:36 http://www.74mp...
Thank u so much Renzlo ! this batch do execute, but when i enter search criteria i always get results as file not found in excel file wheni click on batch file where it exactly search ? when i open cmd prompt it default set as C:\> but i want to search file in F:\> drive how to provide path in this ...
Hi i want batch file which will work like windows search when i run the batch file 1.it will prompt for path 2. then search string (eg. sample workbook.xls) i will enter string sample 3.it will search for string on that path & save the results in excel file, mean ">" divert the results...
Hi i am looking for batch file which will retrive all the information from folder & subfolder & save the data on excel file like f:\ >f:\filename.txt but this syntax don't work for sub folders i will appreciate any help on this e.g below should be output once i execute batch. C:\Users\Deskto...