View Single Post
Old Mar 19th, 2005, 11:22 PM   #2
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
The only way to edit the registry is through a C++ program with the Windows APIs being used. Because DOS programs have no business accessing windows registry APIs, because they don't normally run in the windows environment, there is no real program for the OS that is made for this task. However, you can create your own C++ program, or ask around for someone that might have already done it.
__________________

tempest is offline   Reply With Quote