Frequently Asked Questions (FAQ) about MUSHclient.
Summary | How do I execute external programs from within a script? |
---|---|
Question | How do I execute external programs (eg. web browsers) from within a script? |
Answer | You can create a shell object, and then run programs from within that. 
 
Here is an example of running Notepad: 
 
dim Shell 
set Shell = CreateObject ("Wscript.Shell") 
Shell.Run ("Notepad") |
Enter a word or phrase in the box below to narrow the list down to those that match.
Leave blank to show all FAQs.
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.