Hi Guys,
I am using AMS6 and was wondering if someone could help me out with the correct syntax to get this menu bar action to work correctly.
What I am trying to achieve is to get AMS6 to play nice with cdimage.exe so I can simply make an iso image on the system drive of the users PC, the contents are only a single folder on the DVD.
First line is simply the action for the Menu Bar button
Now I know this works perfectly on the command line but adapting it so that AMS6 accepts it is proving hard as I do not have a programming background just know simple dos commandline :(Code:if e_ID == 201 then result = File.Run("DATA\\CDIMAGE.EXE", /l"DOCS" ..\DOCS C:\DOCS.ISO,"", SW_SHOWNORMAL, false); end
As you probably guessed the folder I am trying to ISO is <DVD>\DOCS and trying to send this to C:\ but if I could find the right variables would use "/system drive/DOCS.ISO" for overall compatiblity.
I had a quick look and it appears to work correctly using a simple batch file to parse the parameters but was hoping to nut this out and use cdimage with arguements if possible its a cleaner end result
Thanks for your time,
HumptyDumpty.



