Hey
I've opened an exe using
Shell ("C:\MyPath\MyServer.EXE")
The problem I have is that it has a 'Start in server mode' button. Now I think I should be able to use something like
Shell ("C:\MyPath\MyServer.EXE RUN")
or something similar, but I've searched the net and can't find an example. Could anyone help as Im trying to automate a start up.
thanks in advance
I've opened an exe using
Shell ("C:\MyPath\MyServer.EXE")
The problem I have is that it has a 'Start in server mode' button. Now I think I should be able to use something like
Shell ("C:\MyPath\MyServer.EXE RUN")
or something similar, but I've searched the net and can't find an example. Could anyone help as Im trying to automate a start up.
thanks in advance