Search found 1 match
- 23 Feb 2007 01:39
- Forum: DOS Batch Forum
- Topic: split string
- Replies: 1
- Views: 10635
split string
Please fix my error !!!! REM ~~~~~~~~~~~~ REM count.bat REM ~~~~~~~~~~~~ @echo off set info=false REM default ch=space and str=null set ch= set str= set /a count=0 set /a len=0 if not "%1"=="" set str=%1 if not "%2"=="" set ch=%2 if not "%3"=="" set info=%3 set left= set right= :loop if "%left%"=="%...