ml
Member
 
 MIDI-OX Rules!
Posts: 13
|
 |
[jscript] LoadProfile
« on: Nov 16th, 2004, 5:07pm » |
Quote Modify
|
Hi all, I began working with jscript and i cannot execute LoadProfile. WSH doesnt report any error, but midi OX doesnt load any profile as well... my code: ---------------------------------------------- mox = WScript.CreateObject("MIDIOX.MoxScript.1", "On_"); mox.LoadProfile("C:\Program Files\MIDIOX\Instr\seq.master.ini") WScript.Echo( "Press OK to end the script!" ); ---------------------------------------------- I also tried: mox.LoadProfile "C:\Program Files\midiox\myset.ini" ...but it reports error Any ideas?
|