1.

Solve : Back-Chat!?

Answer»

What code do i need to enter in a batch file so that when i go into it i can type something and it will echo what i just typed?

This should work:

@echo off
echo.
echo. Type what you want to show
set /p a=:
cls
echo.
echo. %a%
echo.
pauseThanks, it wasn't EXACTLY what i wanted but i tweaked the code a bit and made something i think is pretty COOL, lol not much different to what you had it but anyway, IVE added you on msn so ill talk to you about it on there and give you my code.



Discussion

No Comment Found