> > > For our Perforce tasks that we've automated with Ant, we login once > > outside the script, and just save the login ticket that perforce > > creates. Is that an option? > > > Kajsa Anderson > > Alas, no -- we can to that too, but I'm try to set up an automated nightly > build that requires zero human intervention > > FWIW I've been playing with a freeware program called AutoIt > (http://www.autoitscript.com/autoit3/index.shtml) that might do what I > want > (on Windows). > > thanks, > Scott You can also use Expect http://sourceforge.net/projects/expect/ to automate your login task. It is very mature and robust and works on both *nix and Windows as it is based on Tcl.
Expect wiki: http://wiki.tcl.tk/201 Hope this helps, -raleigh --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
