|
-
October 19th, 1999, 09:34 AM
#1
What is the function to use to run dos command?
I have a command button, I want to use regedit dos command. Once I click on command button it will load registry editor.
Instead of type in regedit in the command line. I want to know is there any function that will apply in command button to make it work.
-
October 19th, 1999, 09:46 AM
#2
Re: What is the function to use to run dos command?
You can use the Shell function for this. For synchronizing programs, ie running one when the next is done, use the Windows API CreateProcess.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|