Thread: To: Megalexxx
View Single Post
  #5  
Old 05-06-2002, 02:15
Megalexxx Megalexxx is offline
Die Hard Member
 
Join Date: Mar 2002
Posts: 1,037
Thanks: 0
Thanked 5 Times in 2 Posts
Megalexxx is on a distinguished road
Idem for your wav files.

In fact, your OS tries to find all the files you need from your current directory (here, the directory where you launch your bat file). If it can't find them, it will search in the "path".

So, as said Wayne, either you specify each time where to find all your stuff :
"C:\dreamcast\cdrecord -dev=2,0,0 speed=4 -multi -audio C:\dreamcast\cdda\track01.wav C:\dreamcast\cdda\track02.wav C:\dreamcast\cdda\track03.wav ..."

or your put all your files in your "C:\dreamcast" directory (including cdrecord.exe, your bat file, your \CDDA directory, ...).

The 2nd way is the easiest...
Reply With Quote