Archive for September, 2010
Windows Echo Without A Newline
Sunday, September 26th, 2010Ever wanted to echo something in a cmd file and NOT have a newline added onto the end of the string? Well, here is the answer: ECHO/|SET /p=Text you want to be echo’ed here!