ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
How can I open some txt document in windows notepad with max script?
I will want that my script automatically opens txt file in witch has saved some object data, so that it can be reviewed.
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).