|
|
#1 |
|
Member
![]() 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... |
|
|
|
|
|
#2 |
|
Member
![]() Join Date: Sep 2010
Location: in all the empty space we dont see
Posts: 245
Likes: 190
Liked 63 Times in 46 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
Most people avoid using the official ps3 sdk since we can't legally do so, but what may I ask are you trying to accomplish? Are you trying to load a self you have? If so then I'd use ps3load to run it straight from your computer onto the ps3. A script for this seems a little redundant considering you would be writing a program to make into a self/elf then make it into an eboot and package it into an installable pkg to run yet another self. What you probably want is either ps3load, or to create pkgs out of your selfs(not very hard at all).
__________________
Never look a gift Lion in the mouth.
Last edited by xflarex; 09-09-2012 at 03:03 PM. Reason: I wanted that comma |
|
|
|
|
|
#3 | |
|
Member
![]() Join Date: Mar 2012
Posts: 178
Likes: 10
Liked 7 Times in 7 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
|
EDIT: i just need a script for run this self i didn't think that find something about psjs would be so hard Last edited by alexsius; 09-09-2012 at 04:44 PM. |
|
|
|
|
|
|
#4 |
|
Member
![]() Join Date: Sep 2010
Location: in all the empty space we dont see
Posts: 245
Likes: 190
Liked 63 Times in 46 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
ps3load is for 3.41 and 3.55
As i said psjs is part of the "official sony sdk", we use "psl1ght" to freely distribute our code. Your question just seems odd, do you need it as a self or would installing it from a pkg to allow you to use it like any other homebrew whenever you feel like be acceptable. If you truly want psjs, and you're sure that's what you need(so far I believe that's not the case). Then I would download(technically piracy, just a heads up) the official sdk documentation, as well as the sdk itself of course. You can find docs by version here: http://www.ps3devwiki.com/files/docu...Documentation/
__________________
Never look a gift Lion in the mouth.
|
|
|
|
|
|
#5 |
|
Member
![]() Join Date: Mar 2012
Posts: 178
Likes: 10
Liked 7 Times in 7 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
|
I would be REALLY grateful if you help me compiling this script and yes i need to use psjs...
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|