Staredit Network

Staredit Network -> Computers and Technical -> Command Prompt / DOS stuff
Report, edit, etc...Posted by adam2new on 2006-08-28 at 13:52:38
You got some stuff (notes) on the Command Prompt in Windows (cmd.exe) or in DOS (also command.com)? Let's hear it!

One good thing for makers of Batch files (.bat) who don't want to show what comes up on screen is this:
basic command and arguments here > NUL:
Report, edit, etc...Posted by Deathawk on 2006-08-28 at 14:15:36
TELNET!!!

Oh yeah, ECHO!!
Report, edit, etc...Posted by DT_Battlekruser on 2006-08-28 at 23:05:19
>>Programming
Report, edit, etc...Posted by O)FaRTy1billion on 2006-08-29 at 19:27:40
uhh.. @ECHO OFF?

I have no clue what you are talking about, but ok. @ECHO OFF makes nothing but things after an "ECHO" show...
Report, edit, etc...Posted by Doodle77(MM) on 2006-08-30 at 20:52:20
to write the output of a program to a file you use something like this
programname > filename

Gogo netstat!!
Next Page (1)