1.

Solve : print command?

Answer»

a fairly EASY question:
In batch files, what is the equivelent of the BASIC keyword 'PRINT' and how would I use it?ECHO is PROBABLY as near as you will get

Echo Get out of here

will display Get out of here on the monitor.THANKS, it's good enough for my needs.
I was struggling trying to do:
@echo
get out of here
@echo off
everytime I wanted the computer to 'PRINT' something.
needless to say, it didn't work the lazy WAY to do things>http://www.robvanderwoude.com/index.htmlmagic plank - you're welcome, thanks for coming on back.Maybe try thise :
msg * messege



Discussion

No Comment Found