BLK_Dragon
Joined: 18 Jul 2007 Posts: 1
|
Posted: Wed Jul 18, 2007 6:13 pm Post subject: Launch PRX from .bat-file |
|
|
What I heed is to launch a .PRX from command-line (which can be added to makefile/jamfile) without typing "exec MyGame.prx" in terminal every time. Sure, I can bind a key in telnet client (actually, I did) but it doesn't help much when new apps are being added (nearly) every day;
I tried plink, but it doesn't work:
| Code: |
start plink.exe -v -telnet -P 10000 localhost exec MyGame.prx
|
outputs this:
| Code: |
Looking up host "localhost"
Connecting to 127.0.0.1 port 10000
client: WILL NAWS
client: WILL TSPEED
client: WILL TTYPE
client: WILL NEW_ENVIRON
client: DO ECHO
client: WILL SGA
client: DO SGA
|
USBhostfs says "Accepting async connection (0) from 127.0.0.1" and that's all, nothing happens;
Perhaps I forgot some options to for ISBhostfs/plink?.. |
|