While using the ShellExecuteWait ( "MegaMoney.exe" [, " " [, " " [, "open" [, showflag]]]] ) function, I know that the *showflag* is optional, but what do you put in it if you want to leave it blank? Will " " be acceptable?
The [ ] thing shouldn't be put into the code. It just a way of writing meaning that what's inside is optional. ShellExecuteWait("MegaMoney.exe" , "", "", "open")