c: cd \my documents\perl\library Rem -d = # of days in advance to check for Rem -e = the e-mail address you want the results sent to Rem -i = your library card # Rem -n = your pin / password for the library site Rem -m = your outgoing e-mail server name Rem -s = (optional) name associated with this library card - goes in subject line of e-mail perl nccpl.pl -d3 -e"kleinhomer@comcast.net" -i12345678901111 -n1234 -msmtp.comcast.net -sMichele perl nccpl.pl -d3 -e"kleinhomer@comcast.net" -i12345678902222 -n4321 -msmtp.comcast.net -sKevin perl nccpl.pl -d3 -e"kleinhomer@comcast.net" -i12345678903333 -n5678 -msmtp.comcast.net -sBilly perl nccpl.pl -d3 -e"kleinhomer@comcast.net" -i12345678904444 -n8765 -msmtp.comcast.net -sJimmy perl nccpl.pl -d3 -e"kleinhomer@comcast.net" -i12345678905555 -n0987 -msmtp.comcast.net -sAshley