2008/8/13 Beige, Jonathon D <[EMAIL PROTECTED]>: > I am creating a windows VB Script that I can map to a keyboard button which > will start my various IM programs (I use some others in addition to pidgin > since it doesn't have the full video support yet), and if they are already > running this script will kill them. It's kind of a toggle switch. I have it > working, but I don't currently kill things "cleanly". I was wondering if > there is a command line option to properly log off and exit the program. > Also, I wouldn't mind a list of all the command line arguments in case I > have need of them at a future time.
There is no switch to kill any running instance. Running `pidgin --help` will display the available arguments. -D _______________________________________________ Support mailing list [email protected] http://pidgin.im/cgi-bin/mailman/listinfo/support
