Launch PRX from .bat-file

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
BLK_Dragon
Posts: 1
Joined: Wed Jul 18, 2007 6:00 pm

Launch PRX from .bat-file

Post by BLK_Dragon »

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: Select all

start plink.exe -v -telnet -P 10000 localhost exec MyGame.prx
outputs this:

Code: Select all

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?..
Post Reply