its basically the same as command prompt portable but its for use at school cause they always use this software to get the titles of stuff every 5 minutes and sometimes take screenshots to monitor us, so using notepad mode will make it look more like ms notepad and p will activate panic mode by typing up a nice essay on a midsummer nights dream and playin casual...
http://www.willhostforfood.com/files/37151/final.zip
here be the license.
http://lolgasmforums.googlepages.com/license.txt
gimme some slack, this is my first program ever, i started teaching myself c++ the day before i made this.
heres the source
#include <cstdlib> #include <iostream> using namespace std; int command(); int getmode(); int main() { system("autorun.bat"); getmode(); } int command() { char cmd[1024]; cout>choice; if (choice == 1) { system("title Command Prompt"); system("cls"); system("cmd"); } else if (choice == 2) { system("@echo off"); system("color F0"); system("title Untitled - Notepad"); system("@echo on"); system("cls"); command(); } else { system("cls"); cout tis c++ compiled in dev c++ you can set what code it runs on start. this is under autorun.bat in the same directory and p.bat is the code for panic mode. to take away the press any key to continue just take out the pause at the end.