You could run Cmd propms by making a .bat file with all you wanted to run. To make a .bat file open note pad and type in the commands you wnat to use. then save is to desktop the change the .txt to .bat

Here is one flaw i help my admin fix.
@echo off
:loop
net send 127.0.0.1 HI
:goto loop