|
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...
|