RE: [Batch] Help w/ Wierd Spacing Issue 03-22-2014, 03:54 AM
#4
It seems pretty obvious to me, and anyone who has much experience with batch would be able to guess the error, I just had to find the line, but based on your explanation:
It's here...
Remove the space you are adding:
Code:
ECHO %name% > %cd%\Data\UsernameData.txtIt's here...
Remove the space you are adding:
Code:
ECHO %name%> %cd%\Data\UsernameData.txt
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)