View Full Version : How do I register an exe with the command prompt in windows?
Riffraff
03-26-2008, 11:32 AM
In other words: How would I make an exe I have, say "Quickdump.exe", be accesible via the command prompt in any directory by typing "Quickdump -verbose" in the command prompt, or whatever. Windows Vista, if it makes any difference.Posting this in programming because it seems to be the most intelligent and relevant board for this.
Colinc7610
03-26-2008, 11:47 AM
Just place it in the C:\Windows or C:\Windows\system32 folder.
mufin2958
03-26-2008, 12:02 PM
Just simply copy your exe file to C:\Windows.If you want to add path to your system, right click My Computer then Properties, click Advanced tab, then click Environment Variables. On text list below System Variables, double click "Path" variable, and then add your new path in variable value. Use semicolon (;) to separate your new path from old entries. Remember to "add", not to "replace" old entries, and then restart your computer.
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.