Notifications
Clear all

[Closed] Passing Variables to a 3dsmax.exe script?

What’s the syntax for passing in a variable to a 3dsmax.exe command line script execution?

I could use -mxs I suppose and just execute my entire script but it would be nice to do something like:

3dsmax.exe -mxs “BatchAction.ms collectNodes:#(“abcd”,“EFG””

1 Reply

I assume you could do this by running an include which then calls the script afterwards… but i’m not sure if includes can be called from a -mxs.