View Single Post
Old 28-12-2004, 01:34 AM   #7
Kon-Tiki
[BANNED]

 
Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
Default

Make a .txt-file and put this in it:
Code:
@Echo off
Dir /s > Index.txt
Save the file, then rename it to whatever you want.bat <---- Don't forget this. Change the .txt to .bat. The icon should change when you've done that. Running the file'll make a file called Index.txt with the listing of all files and folders, and all contents of the subfolders.
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote