Scripting With Notepad-New question- Help is APPRECIATED!
Anyone who is good at scripting, Help.
from
WinCustomize Forums
I already know how to create a message box, and an input box. How do you make it so, when I click "No", it brings it to another message box, a different one then when I click "Yes"? I try googling it, but nothing interesting comes up. Any help is appreciated.
Edit:
Thanks for the help. But now I now I want to make it so i can Start a program in the middle of messageboxes. Theorictally, it should be something like this:
But that doesnt work?
I also downloaded that micrsoft thing you told me too. The help window says the action has been cancelled.
Edit:
Thanks for the help. But now I now I want to make it so i can Start a program in the middle of messageboxes. Theorictally, it should be something like this:
Code: vbscript
- msgbox "Hi, I'm gonna start the command prompt for you"
- start cmd
But that doesnt work?
I also downloaded that micrsoft thing you told me too. The help window says the action has been cancelled.