PDA

View Full Version : y does this work?


idkimanoob
01-05-2008, 06:12 PM
the program
@echo off
command
made my command.com file stop working when i used it.... and it still doesnt work now... i wrote that when i had just started programming and i have no idea what it actually did... any help?

tricolaire
01-05-2008, 06:49 PM
just a guess, but maybe try:

@echo on

I'm guessing this is on DOS, I'm a unix person, but the above might work...

Inigoesdr
01-05-2008, 08:46 PM
@echo off tells the interpreter to only show command output instead of every command being executed.

http://www.ss64.com/nt/echo.html