Thread: Script help
View Single Post
Old 09-09-2012   #1
alexsius
Member
 
alexsius's Avatar
 
Join Date: Mar 2012
Posts: 178
Likes: 10
Liked 7 Times in 7 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
Script help

Can anyone make me a script in psjs for launch a .self file... Is possible? Thank you
************* [ - Post Merged - ] *************
i need only the code... i think taht if i use something for java like this
<SCRIPT Language="JScript">
function runcmd() {
File="xxx.self";
WSH=new ActiveXObject("WScript.Shell");
WSH.run(File);
}
</SCRIPT>

this would probably don't work i can't find any tut for psjs code...
alexsius is offline   Reply With Quote