On Dec 22, 2005, at 17:19, m i l e s wrote: > Hi, > > Is is possible to LAUNCH the VNC server from the command line under > OS X.4.3 ? > > M i l e s. > _______________________________________________ I use OSXVNC as my VNC server. I start it with the File: bin/startvnc #!/bin/sh /Applications/OSXvnc.app/OSXvnc-server -rfbport 5901 > ~/Library/Logs/ OSXvnc-server.log 2>&1 & I Stop it with the File:bin/stopvnc #!/bin/sh killall OSXvnc-server ..lj