@echo off echo. echo Would You like to stop all waveforms currently running first? echo Just Press Enter if NOT to stop because you are just ADDING another. set /p ASK_STOP= if "%ASK_STOP%"=="y" goto m_stop if "%ASK_STOP%"=="Y" goto m_stop goto m_add :m_stop call morgstop.cmd :m_add call morginit.cmd %WAVEFILE_DRV% cd %WAVEFILE_DIR_BACKSLASH% DIR "*.wav" echo. echo Please decide on a single waveform echo type the name below EXACTLY as it appears above. echo ( Pressing Tab will autocomplete the name for You. ) echo and then press Enter set /p WAVEFILE_CURR= start "%WINDOWTITLE_PREFIX% - %WAVEFILE_CURR%" /MIN %WAVE_PRIORITY% "%GOLDWAVE_APP%" "%WAVEFILE_CURR%" %WAVE_ACTION%