»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 02-05-2004, 11:34 PM   #1 (permalink)
Vyx
Registered User
 
Vyx's Avatar
 
Join Date: May 2003
Posts: 176
Vyx is on a distinguished road
Send a message via AIM to Vyx
List Files?

is there a way to get the list of files in a folder, such as the maps for counter-strike into a notepad or word document so that i could print it off?

__________________
.:Override:.

Brandon Escobedo
Vyx is offline   Reply With Quote
Old 02-06-2004, 12:42 AM   #2 (permalink)
Registered User
 
brian0555's Avatar
 
Join Date: Mar 2002
Location: Ohio
Posts: 74
brian0555 is on a distinguished road
Send a message via AIM to brian0555
Just tried FileLister, and it works pretty well


http://www.tawbaware.com/filelist.htm
brian0555 is offline   Reply With Quote
Old 02-06-2004, 01:19 AM   #3 (permalink)
Registered User
 
JacobM5727's Avatar
 
Join Date: Oct 2001
Location: Englewood, CO
Posts: 2,144
JacobM5727 is on a distinguished road
Send a message via ICQ to JacobM5727 Send a message via AIM to JacobM5727 Send a message via Yahoo to JacobM5727
use good ole dos
example:
D:\>dir "program files\winamp\skins" >"d:\skins.txt"
dir is the comand, then the path, >output path and file

you will probably want to use the "b" tag, which is bare
my example below (long list) is default settings, b is name only
it is: dir /b "program files\winamp\skins" >"d:\skins.txt
and would look like:

"Abrupt_2.wsz
after_midnight1.wsz
......."

get to the promp by run/cmd on a 2k or xp sytem
98, i forget

in the promp, to change drives, type the letter, then a colon, then enter: D: (enter key)

it will not say anything if it works, it will just make it, then just open it:


Quote:
Volume Serial Number is 58C9-A6C7

Directory of D:\program files\winamp\skins

02/06/2004 12:21 AM <DIR> .
02/06/2004 12:21 AM <DIR> ..
05/13/2002 02:05 PM 255,268 Abrupt_2.wsz
09/01/2002 10:13 AM 233,924 after_midnight1.wsz
09/01/2002 10:08 AM 169,932 arora-efex.wsz
05/13/2002 02:10 PM 106,347 boamp.wsz
02/06/2004 12:19 AM 245,561 can_ai1.zip
09/01/2002 10:06 AM 102,597 cfusion202.wsz
06/19/2003 11:21 PM 244,515 chiiskin.zip
09/01/2002 10:17 AM 104,295 CoalAmp202.wsz
09/01/2002 10:15 AM 63,926 cool_black_v2-1-.wsz
02/06/2004 12:16 AM 287,125 dc_miharu.zip
09/01/2002 10:14 AM 184,136 DualEnemy_PME.wsz
09/01/2002 10:07 AM 151,409 EuphTrigona13.wsz
09/01/2002 10:13 AM 177,593 Exhilaration.wsz
05/13/2002 02:01 PM 189,312 Exile_PME.wsz
02/26/2002 03:45 PM 75,445 FlyingCircle2000Worldedition.wsz
02/26/2002 03:49 PM 150,896 Frequency.wsz
09/01/2002 10:15 AM 142,890 GothAmp.wsz
02/01/2002 12:20 AM 187,464 Hand_Written.wsz
04/29/2001 11:47 PM 230,767 Hitokiri_Amp[1].wsz
02/01/2002 12:30 AM 223,164 Kaolla.wsz
05/13/2002 02:03 PM 171,433 Matra_IV_-_Exodus.wsz
09/01/2002 10:07 AM 171,900 Metalchemy_III1.wsz
09/01/2002 09:59 AM 186,080 metrix_metaldream1.wsz
02/06/2004 12:20 AM 229,242 moe_inku.zip
09/01/2002 10:14 AM 82,350 Neologic1.wsz
02/01/2002 12:24 AM 274,265 Nucleo_AlienMind.wsz
02/01/2002 12:31 AM 134,143 Nucleo_NLog_v102_.wsz
05/13/2002 02:03 PM 92,251 PsykoteK_V1.wsz
09/01/2002 10:09 AM 198,723 Ray_X_stream_11.wsz
09/01/2002 10:17 AM 89,729 ReaperPro(BluE).wsz
06/19/2003 11:22 PM 170,692 sesshoumaruskin.zip
02/05/2004 11:13 PM 662,049 sg_suzuran.zip
02/06/2004 12:19 AM 159,577 sk_nanashi.zip
09/01/2002 10:00 AM 130,803 Spyamp-Y2K.wsz
09/01/2002 10:05 AM 214,699 spyamppro.wsz
09/01/2002 10:18 AM 91,843 STARDUSTv3.wsz
02/26/2002 03:41 PM 414,715 TheChurch.wsz
02/26/2002 03:46 PM 433,891 The_Silence.wsz
09/01/2002 10:02 AM 149,735 titanium_stereo2.wsz
09/01/2002 10:08 AM 200,103 Titan_-_Envoy_1.0.wsz
09/01/2002 10:08 AM 187,034 Trifex2.wsz
02/01/2002 12:32 AM 120,060 Waiora_3000.wsz
09/01/2002 10:10 AM 73,774 Wintertime1.zip
06/19/2003 11:29 PM 155,459 WishingUponADream2.wsz
01/05/2002 08:53 PM 202,961 x-ice273_nc.zip
11/08/2001 08:52 PM 155,145 x-ice415.zip
02/01/2002 12:32 AM 76,894 zeus_v2_anoxia.wsz
09/01/2002 10:08 AM 164,729 ]_Vitaliz0r_[_AMP.wsz
48 File(s) 8,920,845 bytes
2 Dir(s) 10,511,790,080 bytes free
there are other settings too:

Displays a list of files and subdirectories in a directory.

DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]
[/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]

[drive:][path][filename]
Specifies drive, directory, and/or files to list.

/A Displays files with specified attributes.
attributes D Directories R Read-only files
H Hidden files A Files ready for archiving
S System files - Prefix meaning not
/B Uses bare format (no heading information or summary).
/C Display the thousand separator in file sizes. This is the
default. Use /-C to disable display of separator.
/D Same as wide but files are list sorted by column.
/L Uses lowercase.
/N New long list format where filenames are on the far right.
/O List by files in sorted order.
sortorder N By name (alphabetic) S By size (smallest first)
E By extension (alphabetic) D By date/time (oldest first)
G Group directories first - Prefix to reverse order
/P Pauses after each screenful of information.
/Q Display the owner of the file.
/S Displays files in specified directory and all subdirectories.
/T Controls which time field displayed or used for sorting
timefield C Creation
A Last Access
W Last Written
/W Uses wide list format.
/X This displays the short names generated for non-8dot3 file
names. The format is that of /N with the short name inserted
before the long name. If no short name is present, blanks are
displayed in its place.
/4 Displays four-digit years

Switches may be preset in the DIRCMD environment variable. Override
preset switches by prefixing any switch with - (hyphen)--for example, /-W.



just incase you werent familiar with it (which you didnt seem to be), thought i would mention everything
__________________
--Jacob--

Last edited by JacobM5727; 02-06-2004 at 01:34 AM.
JacobM5727 is offline   Reply With Quote
Old 02-06-2004, 06:59 AM   #4 (permalink)
Vyx
Registered User
 
Vyx's Avatar
 
Join Date: May 2003
Posts: 176
Vyx is on a distinguished road
Send a message via AIM to Vyx
so when i go to cmd it gives me this
c:documents and settings\override>
what am i supposed to do from here cuz when i type in that stuff changing for cs maps it always says file specified not found or soemthing to that effect.
anyways heres what i type, do you know what im doing wrong
c:documents and settings\override>dir /b "program files\steam\steamapps\override1313@hotmail.com\cou nter-strike\cstrike\maps" >"c:maps.txt"
__________________
.:Override:.

Brandon Escobedo
Vyx is offline   Reply With Quote
Old 02-06-2004, 07:18 AM   #5 (permalink)
Registered User
 
Join Date: Oct 2001
Location: TOO close to Wash DC
Posts: 7,956
vass0922 is on a distinguished road
try instead...

dir /b "C:\program files\steam\steamapps\override1313@hotmail.com\cou nter-strike\cstrike\maps" >"c:\maps.txt"

you also forgot the backslash on C:\maps.txt
or whatever drive its installed on
__________________
<< Insert exceedingly large and overly verbose message of how 1337 you are here including full specs of every vehicle you've ever driven and PC you've owned >>
vass0922 is offline   Reply With Quote
Old 02-07-2004, 01:14 PM   #6 (permalink)
Vyx
Registered User
 
Vyx's Avatar
 
Join Date: May 2003
Posts: 176
Vyx is on a distinguished road
Send a message via AIM to Vyx
Thanks vass for explaining that i got it working now
__________________
.:Override:.

Brandon Escobedo
Vyx is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:56 PM.