Add space in code for space check string

This commit is contained in:
Matthew Shillam 2018-11-08 16:20:01 +00:00
parent 8770a23913
commit b2c54a9957
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ cls
echo Enter client name ( In email eg: client-mat-is-ace )? : echo Enter client name ( In email eg: client-mat-is-ace )? :
set /p CLIENTNAME= set /p CLIENTNAME=
echo. echo.
set CLIENTNAME=%CLIENTNAME:=% set CLIENTNAME=%CLIENTNAME: =%
echo --------------------------------------------------------------------------- echo ---------------------------------------------------------------------------
echo Ok -- ( %CLIENTNAME% ) it is... echo Ok -- ( %CLIENTNAME% ) it is...
echo --------------------------------------------------------------------------- echo ---------------------------------------------------------------------------