echo off
REM 
REM You must rename this file to CAKESHEL.BAT for Cakewalk to notice and use
REM it.
REM
echo Batch file for automated conversion and switch to The Copyist.
Cake2Cpy %1 %1
if errorlevel 1 goto ERROR
echo !
echo Remember to use the "pr" command to load in the stream file, called:
echo %1
echo !
A:Me
echo !
echo Synth will now run.  Remember you are converting a Music file to
echo a Stream file.  The name of the stream file should be:
echo %1
A:Synth
Cpy2Cake %1 %1
if errorlevel 1 goto ERROR
echo !
echo When you return to Cakewalk now, don't forget to Load %1 again!
echo !
exit
:ERROR
pause
exit
