|
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...
|