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/
