Insert BS here A place to discuss anything you want!

More Music Please!

Thread Tools
 
Search this Thread
 
Old 06-11-2003, 09:23 AM
  #1  
Senior Member
Thread Starter
 
Dysfnctnl85's Avatar
 
Join Date: Jul 2002
Location: Fayetteville, Georgia
Posts: 2,483
Default

Okay, so I got all of the music from the last thread...now I want more!



Dysfnctnl85 is offline  
Old 06-11-2003, 06:46 PM
  #2  
Senior Member
Thread Starter
 
Dysfnctnl85's Avatar
 
Join Date: Jul 2002
Location: Fayetteville, Georgia
Posts: 2,483
Default

To the top...
Dysfnctnl85 is offline  
Old 06-11-2003, 11:01 PM
  #3  
Senior Member
 
Srce's Avatar
 
Join Date: Oct 2002
Posts: 5,547
Default

Here we go!!! Again. LOL





Pulser - My Relegion

Voodoo and Serano - Overload

The Thrillseekers - Synaesthesia (Fly Away)

Zhi-vago - Celebrate the Love 2002 (toby lee conner remix)

DJ DEAN - Protect Your Ears (Video Edit)

Tommy Gant feat. Nancy Khania - I Believe Radio Cut (Joe Panic Remix)

Sylver - The Smile Has Left Your Eyes

PROJECT MEDUSA VS. EXOR - Moonshine (Vocal Radio Edit)

the quest- on top

flip and fill - shooting star (original mix)

double n - forever and a day (extended version)

starsplash - free (peter luts remix)

montini traxx - the sound of innocence (minimalistix vocal mix)
Srce is offline  
Old 06-12-2003, 09:11 AM
  #4  
Senior Member
Thread Starter
 
Dysfnctnl85's Avatar
 
Join Date: Jul 2002
Location: Fayetteville, Georgia
Posts: 2,483
Default

There's got to be a way to get a file list of your music directory without having to type them out.



I plan on having a mix playing at my next LAN, thanks for the music.



When you get some new stuff, don't hesitate to share!
Dysfnctnl85 is offline  
Old 06-12-2003, 01:24 PM
  #5  
Senior Member
 
Srce's Avatar
 
Join Date: Oct 2002
Posts: 5,547
Default

Originally Posted by Dysfnctnl85' date='Jun 12 2003, 09:11 AM
There's got to be a way to get a file list of your music directory without having to type them out.



I plan on having a mix playing at my next LAN, thanks for the music.



When you get some new stuff, don't hesitate to share!
No problem, you'd need a truck to store all the trance I have. LOL
Srce is offline  
Old 06-12-2003, 06:38 PM
  #6  
Junior Member
 
seva's Avatar
 
Join Date: Dec 2002
Location: Chicago, IL
Posts: 14
Default

Originally Posted by Dysfnctnl85' date='Jun 12 2003, 09:11 AM
There's got to be a way to get a file list of your music directory without having to type them out.



I plan on having a mix playing at my next LAN, thanks for the music.



When you get some new stuff, don't hesitate to share!
On DOS/Windows, at a command prompt type:



Code:
cd drive:\path\to\music

dir > filelist.txt


dir has some options to do it recursively (include subdirectories), but I don't recall how to do it, and my FreeDOS under DOSemu doesn't seen to support /? help option.



On UNIX/Linux/Mac OS X



Code:
cd /path/to/music

ls -R >filelist
seva is offline  
Old 06-12-2003, 07:35 PM
  #7  
Senior Member
 
9BASE3's Avatar
 
Join Date: Feb 2002
Location: Frederick MD
Posts: 6,331
Default

Originally Posted by seva' date='Jun 12 2003, 05:38 PM
[quote name='Dysfnctnl85' date='Jun 12 2003, 09:11 AM']There's got to be a way to get a file list of your music directory without having to type them out.



I plan on having a mix playing at my next LAN, thanks for the music.



When you get some new stuff, don't hesitate to share!
On DOS/Windows, at a command prompt type:



Code:
cd drive:\path\to\music

dir > filelist.txt


dir has some options to do it recursively (include subdirectories), but I don't recall how to do it, and my FreeDOS under DOSemu doesn't seen to support /? help option.



On UNIX/Linux/Mac OS X



Code:
cd /path/to/music

ls -R >filelist
[/quote]

9BASE3 is offline  
Old 06-12-2003, 10:21 PM
  #8  
Senior Member
 
Srce's Avatar
 
Join Date: Oct 2002
Posts: 5,547
Default

Originally Posted by 9BASE3' date='Jun 12 2003, 07:35 PM
[quote name='seva' date='Jun 12 2003, 05:38 PM'] [quote name='Dysfnctnl85' date='Jun 12 2003, 09:11 AM']There's got to be a way to get a file list of your music directory without having to type them out.



I plan on having a mix playing at my next LAN, thanks for the music.



When you get some new stuff, don't hesitate to share!
On DOS/Windows, at a command prompt type:



Code:
cd drive:\path\to\music

dir > filelist.txt


dir has some options to do it recursively (include subdirectories), but I don't recall how to do it, and my FreeDOS under DOSemu doesn't seen to support /? help option.



On UNIX/Linux/Mac OS X



Code:
cd /path/to/music

ls -R >filelist
[/quote]

[/quote]

It's okay Justin, it wont hurt you!!! LMAO
Srce is offline  
Old 06-12-2003, 10:23 PM
  #9  
Senior Member
 
Srce's Avatar
 
Join Date: Oct 2002
Posts: 5,547
Default

I'd like to get my enitre collection available to everyone but I'd have to seperate the Trance from everything else, and believe me that would take a lot of time. So, I'll do it sunday and have it up the same day I hope.
Srce is offline  
Old 06-12-2003, 10:45 PM
  #10  
Senior Member
Thread Starter
 
Dysfnctnl85's Avatar
 
Join Date: Jul 2002
Location: Fayetteville, Georgia
Posts: 2,483
Default

Originally Posted by seva' date='Jun 12 2003, 07:38 PM
[quote name='Dysfnctnl85' date='Jun 12 2003, 09:11 AM']There's got to be a way to get a file list of your music directory without having to type them out.



I plan on having a mix playing at my next LAN, thanks for the music.



When you get some new stuff, don't hesitate to share!
On DOS/Windows, at a command prompt type:



Code:
cd drive:\path\to\music

dir > filelist.txt


dir has some options to do it recursively (include subdirectories), but I don't recall how to do it, and my FreeDOS under DOSemu doesn't seen to support /? help option.



On UNIX/Linux/Mac OS X



Code:
cd /path/to/music

ls -R >filelist
[/quote]

Srce94FD: What he said.
Dysfnctnl85 is offline  


Quick Reply: More Music Please!



All times are GMT -5. The time now is 05:58 PM.