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