Im trying to start an executable with an Ini file.
We need this, so we can start lotus notes as the ini files is needed for the datapath.
The shortcut is notes.exe =h:\lotus\notes\notes.ini
.
I tried the following script
Set objShell = WScript.CreateObject("WScript.shell")
objShell.run "%comspec% /c "C:\Program Files (x86)\IBM\Lotus\Notes\notes.exe"
=h:\lotus\notes\notes.ini
Is there another way to do this?