Works fine for me (using Win NT).
I made a txt file with a size of 1232 Kb with the containts of my windows dir (it has over 16000 files...). do the command in the directory (c:\mp3) and then try to put it into a txt file.
the commands i did:
cd windows
dir /s /b /od > c:\dir.txt
If it doesn´t work try this:
- Copy half of the files to another dir (ex:mp3_2)
- cd mp3
- dir /s /b /od > mp3.txt
- Then rename the dir mp3 to mp3_3
- Rename the dir mp3_2 to mp3
- cd mp3
- dir /s /b /od > mp3_2.txt
- Open mp3.txt and mp3_2.txt in notepad or Wordpad.
- Copy the contents of mp3_2.txt to mp3.txt
I hope this works!
[ 08-05-2001: Message edited by: mpt ]



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks