Add space in code for space check string
This commit is contained in:
parent
8770a23913
commit
b2c54a9957
|
|
@ -132,7 +132,7 @@ cls
|
|||
echo Enter client name ( In email eg: client-mat-is-ace )? :
|
||||
set /p CLIENTNAME=
|
||||
echo.
|
||||
set CLIENTNAME=%CLIENTNAME:=%
|
||||
set CLIENTNAME=%CLIENTNAME: =%
|
||||
echo ---------------------------------------------------------------------------
|
||||
echo Ok -- ( %CLIENTNAME% ) it is...
|
||||
echo ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue