Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Attached a quick patch providing this functionality
Alex Deriziotis
Original comment by derizio...@gmail.com
on 2 Jul 2010 at 11:12
Attachments:
Hi Alex, could you please post the jar with your patch applied? Could be a
great faveor since I'm not into compiling java sources ....
Thanks a lot!
Original comment by mtabol...@gmail.com
on 12 Jul 2010 at 7:13
Sure, I've attached a jar with the above patch applied (also includes patches
for issues #14, #22).
Original comment by derizio...@gmail.com
on 12 Jul 2010 at 7:57
Attachments:
so, basically if i put a shortcut to the .jar in my startup folder it will run
minimized? Or is there something else i have to do? I tried setting the
properties of the shortcut to run minimized, but it doesnt work.
Original comment by david.ca...@gmail.com
on 7 Sep 2010 at 8:08
You need to run it with the -startMinimized parameter passed, so cd to the
directory that the file RemoteDroidServer.jar is located and run something like:
java -jar RemoteDroidServer.jar -startMinimized
The windows shortcut that you create and place in the startup folder will need
to run the above command. I'm not certain how to create windows shortcuts
though, it may be a bit fiddly.
Original comment by derizio...@gmail.com
on 7 Sep 2010 at 9:06
Thanks, I got it now. Basically, i created a batch file with the line:
start c:\RemoteDroidServer\RemoteDroidServer.jar -startMinimized
and placed the batch file in my startup folder. Works like a champ.
Original comment by david.ca...@gmail.com
on 8 Sep 2010 at 4:35
This is great! Thanks!
Original comment by daniel.b...@gmail.com
on 25 Aug 2012 at 3:42
Original issue reported on code.google.com by
derizio...@gmail.com
on 2 Jul 2010 at 10:44