Batch file to find all Access Databases -


i need creating batch file looks in file dir files have .accdb, writes file name , full path text file. first time doing more detail better. understand can create other batch files.

this search current directory , below:

dir *.accdb /s /b /a-d >file.txt 

this form of command search particular folder , write file in location:

dir "c:\folder\*.accdb" /s /b /a-d >"d:\other folder\file.txt" 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -