passing a command to moi in windows 7

 From:  Michael Gibson
2790.2 In reply to 2790.1 
Hi John, what exactly do you have for the shortcut that launches everything up?

One thing to check is that you'll probably need to surround different parts with double quotes to tell windows which part is the program to launch and which part is the parameters to the program. Otherwise when things have spaces in them it can get confused.

For example if you have a shortcut something like this:
code:
C:\Program Files\MoI 1.0\MoI.exe c:\some folder\convert.js


That's probably going to get confused. Put " " around the different parts like this:

code:
"C:\Program Files\MoI 1.0\MoI.exe"  "c:\some folder\convert.js"


That may be what you are running into - but if not please let me know some more details of what you have in your shortcut and I'll try to figure it out.

- Michael