🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

DOS

Started by
2 comments, last by Hjalmarsson 24 years, 5 months ago
Hi! I am wondering if there are any whay that i can "delete" C:\> in the DOS prompt? how? Martin Hjalmarsson shadow@jemm.se ICQ# 22869599
Martin Hjalmarssonprogramming@swipnet.seICQ# 22869599
Advertisement
try echo off....
To delete your C drive.. try "format c:",
to change the prompt.. try "prompt my_prompt"
prompt $p$g to get the original prompt back.
Nice ways to freak people out in DOS:

prompt .
or
prompt Hard drive just barfed. Please reboot.
or (my favorite)
prompt $f

For the best effect place in the autoexec.bat file and tell windows not to boot to GUI. (Just don''t do this at work if you expect *anyone* else to use your computer. Trust me.)

This topic is closed to new replies.

Advertisement