Search found 4 matches
- 02 Feb 2009 20:43
- Forum: DOS Batch Forum
- Topic: Make your own cmd prompt Commands
- Replies: 2
- Views: 7202
Make your own cmd prompt Commands
Ever typed a batch but got sick of how long it took because of the repetitive typing? Lets make some shortcuts When you use a command, basically you are starting a file with certain attributes. To find out where all of these files are located, open CMD, and type path. It will display all of the poss...
- 02 Feb 2009 20:41
- Forum: DOS Batch Forum
- Topic: Instant Messenger For LAN in batch
- Replies: 0
- Views: 6872
Instant Messenger For LAN in batch
@ECHO OFF TITLE Messanger COLOR 0A CD /D C:\ IF EXIST C:\Messanger GOTO :A IF NOT EXIST C:\Messanger MD Messanger :A CD /D C:\Messanger CLS ECHO Welcome to Windows Family Messanger. ECHO Created and Coded by Evan M. Barry of Hidden Panda Inc. ECHO; ECHO; PAUSE ECHO; ECHO; ECHO 1) New User ECHO 2) Ex...
- 02 Feb 2009 20:31
- Forum: DOS Batch Forum
- Topic: Spamming Problem
- Replies: 1
- Views: 4986
Re: Spamming Problem
First if all I'd like to say thanks to whoever made this forum. I recently started learning batch and would like to play a prank on a school computer but I'm having a little problem with the script. I want to make it open 100's of cmds but it just keeps one open and spams the message in there. Here...
- 28 Jan 2009 18:13
- Forum: DOS Batch Forum
- Topic: favorites menu style batch? good read.
- Replies: 1
- Views: 5154
favorites menu style batch? good read.
@echo off color 1a :start echo Key: echo. echo -------------------------------------------------------------- echo. echo 1 = Google echo 2 = 3 Ethical Hackers echo 3 = Metacafe echo 4 = YouTube echo 5 = Battle.net Website echo 6 = Guitar Tabs echo. echo ----------------------------------------------...