First post, by emauge
I am a newbie to VDM sound so I hope that my question will not seems too silly for those of you who are very familiar with this great program
However ...
I want to control the launch of each all my VOGONs through the use of a WSH script (written in VB) that will looks within each VOGON's directory for
- either a DOSBOX.conf file so it will start the VOGON in a DOSBOX environment customized by the DOSBOX.conf file
- or a VLP file so it will start the VOGON in a VDM Sound environment customized by the VLP.conf file
- then it will also looks for an alcohol-mountable CD-ROM image, in case the VOGON needs to access the CD due to copy-protection schemes
Currently I am stuck with the VLP part :
Even though it works when I submit the VLP file's full path into the windows explorer graphical "run" command,
it doesn't work anymore when I submit the VLP file's full path
- neither from the script with the WSH method [WshShell Object].Run
- nor from a CMD.exe box
I am running Windows XP SP2 English
Thanks in advance for your help and happy new year !!!