[REL] Dions Command Prompt 100% Working.

Status
Not open for further replies.

Mastah

the funny thing is \r\n i did
Oct 25, 2010
739
41
Ipconfig 100%
ipconfig/release 100%
Tracert (website) 10%
The rest am i stil finding out

this is what you do


go to notepad and add this code
PHP:
@echo off
color 0a
title Dions CMD
:top 
set /p comm=Dion^>
set cm=%comm%
if %cm%==ifconfig (cls & ipconfig /all)
%comm%
goto top
Save it as CMD.CMD or Whatever.cmd


Then you should of get this.

1293035280678380907226.jpg



If you like it then just use the thanks button

Feedbacks are welcome

if you dont like it dont reply please
 

Mastah

the funny thing is \r\n i did
Oct 25, 2010
739
41
you can try out ipconfig it works and release works to wel also it whas a release for some that deleted it
 

Jo$h

Posting Freak
Jul 7, 2010
1,030
79
This is a pointless release, Windows comes with its own command prompt which IS and will ALWAYS BE the most versatile. If you want to personalize your command prompt experience, then create a simple batch file like this one
Code:
Color 02
cls
cmd
the output is
1293049318147326882976.png
 
Status
Not open for further replies.

Users who are viewing this thread

Top