Migration notice
ScriptSpot is moving to a new platform this week. Posting and comments are paused during the move — all scripts, comments and downloads remain available.
ScriptSpot is moving to a new platform this week. Posting and comments are paused during the move — all scripts, comments and downloads remain available.
Comments
shellLaunch
Copy and paste this in to MAXScript and change the "C:/temp/test.txt" to whatever text file you want to open.
shellLaunch "notepad.exe" "c:/temp/test.txt"
Does that help?
Cheers.
Script_Butler
Scrap this... I have found
Scrap this... I have found how to do it (using ShellLaunch function).