Is There A Mp3 Program That Can..

dmpoole said:
Nooooooooooooo

See that START button bottom left? - click on that and then click on RUN.
Type cmd in the box and press enter.
You will now see a black box come up which is in a 'pretend' DOS environment.
You will see c:\Documents and Settings\Administrator\cd

Type cd\ and press enter

you will now be on c:\

To make things easy put your files into a directory in the root of your c:\ drive and name it MP3.
name all your files 1.mp3 2.mp3 etc just to make it easier.

Navigate into the directory by typing :
cd mp3 (and press enter)

You will now see c:\mp3

Now type :

copy /b 1.mp3+2.mp3+3.mp3 result.mp3 (or whatever)

That works beautifully - thank you mate!
 
marc2003 said:
rather than trying to traverse directories in a command prompt which can be daunting if you're unfamiliar with the command line.... copy/paste this into notepad save it as a .reg file and then double click it to import it.

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\command]
@="Command Prompt Here"

[HKEY_CLASSES_ROOT\Directory\shell\command\command]
@="cmd.exe /k cd \"%1\""

now you can right click any folder in explorer and open a command prompt at the right location. :)

Nice one and well useful although I use an explorer called Directory Opus which already does it.
 
marc2003's reg code is indeed useful.

What is Directory Opus like? Isn't it a paid for replacement? I wouldn't mind paying if it were a decent price and it was a much better explorer than Windows Explorer.
 
MarcLister said:
What is Directory Opus like? Isn't it a paid for replacement? I wouldn't mind paying if it were a decent price and it was a much better explorer than Windows Explorer.

I couldn't live without Directory Opus and miss it on every PC I go on.
Funnily enough Directory Opus has icons for adding MP3's (and other files) together.
 
Back
Top Bottom