Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
.bat coding help
Name: TheMASTER Date: July 30, 2008 at 21:58:29 Pacific OS: xp CPU/Ram: intel 508mb Product: dell
Comment:
heres my code:
@echo off cd C:\ :A COLOR 07 cls net view --------------------- ----DOS-MESSANGER---- --------------------- set /p n=To Computer: set /p M=Message: net send %n% %m% Pause Goto A
i need just --------------------- ----DOS-MESSANGER---- --------------------- that to show up as is on the screen right before the prompts show up the prompt starts at "set /p n="
thanks in advance
oh ps. if anyone knows how to run .bat files in visual basic i really would like to know for other projects
Summary: hey everyone! i'm writing a piece of code in a .bat file to run obviosly in command prompt. I need to be able to type carrige returnes into the code under a single "set /a" perimeter to be echoed late...
Summary: hi all, the code that i have sujjested works only in win xp and in windows server 2003.win xp and server 2003 has a file named "reg.exe".go to command prompt and type "reg/?" to see more h...
Summary: Hi one and all, maybe someone can help a beginner with a problem in VB4. The code below is an outline of a program I would like to write. As it sits, it runs fine. All code is in the one command butto...