@echo off
if not exist makedbg._cm goto error
if not exist %SNAROOT%\*.* goto error
copy makedbg._cm %snaroot%\makedbg.cmd
copy readdbg.txt %snaroot%
echo.
echo.
echo Change drive and directory to %snaroot% and run
echo MAKEDBG ^<cd-drive^>
echo.
echo where ^<cd-drive^> is either the drive letter (e.g., D:)
ECHO of the CD-ROM drive containing the SNA Server CD-ROM,
echo or the UNC pathname of the network share containing the
echo SNA Server CD-ROM
echo.
pause
goto end
:error
echo.
echo.
echo To run this commmand file, set your current drive and 
echo directory to the location of the MAKEDBG._CM file
echo.
:end