Gerald Land
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Gerald Land

Computers, Internet, Programming and Social Networking

Welcome to Gerald Land!

You are not connected. Please login or register

Customized Command Prompt Source

Go down  Message [Page 1 of 1]

1Customized Command Prompt Source Empty Customized Command Prompt Source Tue Mar 16, 2010 5:20 pm

Admin

Admin
Admin
Admin

Here is my source:
@echo off
echo Welcome %username% to Gerald's Custom CMD
color 0a
title Gerald's Awesome CMD!
:start
set /p a= Command Please %username%
if "%a%"=="exit" goto exit
%a%
goto start
exit
:exit
msg %username% Goodbye!
netstat -b >nul
exit

https://geraldland.forumakers.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum