rem ==================================== rem CHKsub.bat rem ==================================== chcp 65001 find "/" LineSTR.tmp set FixError=%errorlevel% set TuneSTR=%1,%2 set TuneSTR=%TuneSTR:/=,% if %FixError% equ 0 (echo ,%TuneSTR%>>Stake.tmp) if %FixError% neq 0 (echo ,,%TuneSTR%>>Stake.tmp) rem ====================================