Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thank you so much
- hey
- Thanks mate, Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions. Cheers, Mitch
- thanks, i couldnt remember.
- I did this in Garage band, but if forced me to trip the song to 8 seconds in order to send it to itunes ringtones - any ideas on this? Using the new 3GS.
Tech-Recipes
Cookbook of Tech TutorialsSend Listing of Directory or Folder To Notepad For Easy Printing | Windows | Tech-Recipes
Started by qdideas · 9 months ago
5 years ago
Change
dir "%~dp1" > dir.txt || pause
to
dir /b "%~dp1" > dir.txt || pause
Original thread:
http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=36808&page=&view=&sb=5&o=&vc=1
5 years ago
Open the command line
"cd" to the directory you want
type "dir >> "C:Your_Text_File.txt"
Thats it, it will create your text file with the directory listing. Better yet, you can use ">>" with any other commands, all it does is direct the output to a text file.
4 years ago
Sorry, does not work here with Win98SE.
What's up?
1 year ago