Login Register


[Batch] Help w/ Wierd Spacing Issue filter_list
Author
Message
RE: [Batch] Help w/ Wierd Spacing Issue #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:
Code:
ECHO %name% > %cd%\Data\UsernameData.txt

It's here...

Remove the space you are adding:
Code:
ECHO %name%> %cd%\Data\UsernameData.txt

Reply





Messages In This Thread
[Batch] Help w/ Wierd Spacing Issue - by DarkMuse - 03-04-2014, 02:37 AM
RE: [Batch] Help w/ Wierd Spacing Issue - by 0xDEAD10CC - 03-22-2014, 03:54 AM



Users browsing this thread: 1 Guest(s)