Message 1 of 7

Not applicable
05-02-2019
06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a .bat file that will work opening any .max file in the same folder.
for /r %%v in (*.max) do start %%v
works great.
I have read the help topic on running MAXScript from CMD line saying:
-U MAXScript rendercams.ms
However I can't get these two working together - so I can run the .bat file, it open the max file in the same folder and run a certain script.
Any Ideas why this will not work, and how to get around this please?
Adam
Solved! Go to Solution.