ScriptSpot

Forum topic · General Scripting

Want to convert my script to .mse (encrypted)

By himkhu · 2009-12-08

Description

Hi there
this is my first post to this forum
seen very good work from all members

but i am stuck with a very small problem
want to convert my max script (.ms) to encrypted max script (.mse)

any kind of help will be appreciated

Comments (1)

fajar · 2009-12-08

encryptscript "yourScriptPath.ms" version:0 --- :version 0 used startin from max 2008 to encrypt the script so max below 2008 can read it 

example :
if your ms in C:, the name is foo.ms, so C:\foo.ms

encryptscript "C:\foo.ms" version:0