this is a simple batch file that will create a list of everything in the directory
1. open notepad
2. type:
dir /s *.* >dirlist.txt
3. under FILE > select SAVE AS
4. name it whatever and add “ .bat “ at the end
5. copy the batch file to any directory and run
creates a file named dirlist.txt with everything in it
0 comments:
Post a Comment