there aren't any simulator tasks hanging around though, I looked at process list. Only thing running is the palmsim_54_dbg.exe thingie and that is the instance that the pods itself started!

From: Jay Ts <[EMAIL PROTECTED]>
Reply-To: "Palm Developer Forum" <[email protected]>
To: "Palm Developer Forum" <[email protected]>
Subject: PODS - killing errant Palm Simulator
Date: Mon, 8 May 2006 07:22:35 -0700

Just thought I'd add this re: those Simulator tasks that
hang around, preventing the next simulator from starting.

The command line command that will kill it/them is:

taskkill /F /IM PalmSim.exe /T

I added this to my Cygwin $HOME/.bashrc file as:

alias killsim='taskkill /F /IM PalmSim.exe /T'

So that I can run it from the Cygwin command
line as "killsim".  Just to make it a little
more convenient.

Jay Ts
--
Author of Using Samba, 2nd edition
Published by O'Reilly Media
http://www.oreilly.com/catalog/samba2/

--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/



--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to