• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Make Customizable Codes: Cmd

Status
Not open for further replies.
Level 5
Joined
Sep 21, 2010
Messages
142
This is what I found, you know how the cmd is a command line tool, well that command line tool is really made up of 100 programs ran by the command prompt. So I had a idea, I created a batch file and converted to a exe, then I placed it into my system 32 folder...

The results were sucessful, it was Hibernate and it hibernated my pc, another easy way for making custom cmds.

(For Guide Follow The arrows)

\/
\/
\/
\/
\/
\/
\/
\/
(Guide)



Here are the following requirements you need...

Bat to exe
Command prompt coding knowlege
Brain (As use your mind)

Now lets begin...

1) open notepad..
2) type in the following codes from below the stars to use...

*******************************************************
@echo off
command/s you like to use
@echo on
*******************************************************

3) Save as The name of the command you like to use in cmd.bat
4) open up bat to exe, get your bat and compile...

(There can't be no icons just the bat, version info is O K to use)
5) Now for the easiest part in te world, chuck it into system 32
6) Now since thats done all you need to do is test your exe by opening cmd, type in your file without .exe and tada, if you need a example I made a hibernation code for you...



You have done well heres the end of the guide...


Download
 
Status
Not open for further replies.
Top