Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

trim all space in bact file

:Trim
SetLocal EnableDelayedExpansion
set Params=%*
for /f "tokens=1*" %%a in ("!Params!") do EndLocal & set %1=%%b
exit /b
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #trim #space #bact #file
ADD COMMENT
Topic
Name
1+8 =