附R2.mscr程序
ErrorLevel("OFF")
#**************************************************************
#Get the path where MortScript is located
cwd = SystemPath("ScriptPath")
#Determine if Rousen.exe is exists
If (NOT FileExists(cwd\"Rousen.exe"))
Message("Rousen.exe 未找到.^NL^当前位置:"& cwd & "^NL^也许与Rousen.exe所在位置不一致,请检查.","警告")
Exit
EndIf