Delete character
Posted: 12 Aug 2011 05:32
Hi, I have a code like the following
result: Block)
")" how to delete ?
Code: Select all
set _command_fsrm=FileScrn.exe screen list
FOR /f "tokens=2 delims=((" %%G IN ('%_command_fsrm% ^|find "Block File"') DO SET y=%%A
SET _result=%_test:)=% echo %_result%
result: Block)
")" how to delete ?