Go Back   Forums > Community Chatterbox > Tech Corner
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 27-12-2004, 10:01 AM   #1
Petter1979
Game freak

 
Join Date: Apr 2004
Location: ,
Posts: 117
Thumbs up

Well im gonna try explain the program im seeking, Im seeking a free program that can automatically make a infotxt about contents in a directory or a future cd.

I download a few games, patches, manuals from here, and i want to burn those files onto a cd, but i want to be able to have a good overview on whats on the cd.

ex. i make a directory called newCD. And i want the program to type a file list txt of all the files in that directory.

It could look something like this:

/Games Windows/Ufo/UFO - Enemy Unknown.zip

/Patches and ect/Ufo/XcomUTIL 9.6 beta/xcubeta.zip


and so on, anyone know of such program? :blink: :help:
Petter1979 is offline                         Send a private message to Petter1979
Reply With Quote
Old 27-12-2004, 10:04 AM   #2
Kon-Tiki
[BANNED]

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

Nope, but a program like that's fingerpractice in a scripting language. I'd write one for you, but I can't code in any decent scripting language (yet) and wouldn't know how to read the contents of a directory and turn each result into a string in any language I do know.
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Old 27-12-2004, 03:41 PM   #3
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

dir /s > blah.txt
dir /v > blah.txt
one of the 2 I don't recall it correctly
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote
Old 27-12-2004, 03:48 PM   #4
Kon-Tiki
[BANNED]

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

Simple .bat-file then, if you're lazy
Just tested /s and /v. /s is recursive, while /v only shows the contents of the current folder.
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Old 27-12-2004, 04:44 PM   #5
Petter1979
Game freak

 
Join Date: Apr 2004
Location: ,
Posts: 117
Default

wow nice

didnt knew it would be this easy, Thanks Data k:
Petter1979 is offline                         Send a private message to Petter1979
Reply With Quote
Old 28-12-2004, 01:17 AM   #6
Unknown Hero
Home Sweet Abandonia

 
Join Date: Aug 2004
Location: Split, Croatia
Posts: 1,028
Default

Quote:
Originally posted by Kon-Tiki@Dec 27 2004, 05:48 PM
Simple .bat-file then, if you're lazy
Just tested /s and /v. /s is recursive, while /v only shows the contents of the current folder.
Where should I write those lines??? :blink:

I don't get it!
Unknown Hero is offline                         Send a private message to Unknown Hero
Reply With Quote
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
Old 28-12-2004, 04:07 AM   #8
Eagle of Fire
Friendly Fire
 
Eagle of Fire's Avatar

 
Join Date: Sep 2004
Location: Valleyfield, Canada
Posts: 4,892
Default

Or, in old DOS commands, just type "edit blabla.bat" and write those 2 lines there.

And voila!
__________________
I'm on a hot streak... Literally.
Proud member of The Abandoned since 2005.
Eagle of Fire is offline                         Send a private message to Eagle of Fire
Reply With Quote
Old 28-12-2004, 06:45 AM   #9
Tuttle
Super Freak

 
Join Date: Nov 2004
Location: Shella, Kenya
Posts: 157
Send a message via AIM to Tuttle
Default

dir /s /b is probably a better choice than just dir /s. The /b means it'll list pathnames only, without all the table headers and footers and stuff.
Tuttle is offline                         Send a private message to Tuttle
Reply With Quote
Old 28-12-2004, 09:57 AM   #10
Petter1979
Game freak

 
Join Date: Apr 2004
Location: ,
Posts: 117
Default

I researched a bit more about dos commands, and i have found some good switches to add.

The command i like the most now is:

DIR /S /A:A /D /O:G > blah.txt
Petter1979 is offline                         Send a private message to Petter1979
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
New File-sharing Program Advice Iowa Tech Corner 20 14-10-2007 04:10 PM
A Free Software That Can Make Invitation Cards? Sameeralord Tech Corner 4 08-08-2005 09:44 AM
Free Webspider Program Zarkumo Tech Corner 3 04-07-2005 06:53 PM
Make Dosbox Larger Without Make It Fullscreen _&#092;Magus/_ Tech Corner 4 02-05-2005 07:57 PM
I Will Make Sombody A Free Signature Banner! dragonLancer Blah, blah, blah... 11 08-03-2005 03:00 AM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 01:23 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.