I've got the following batch file....
@Echo off
call TechDocs.lnk
call RDPS.lnk
start iexplore https://?????????????????
start outlook
start firefox
start iexplore https://?????????????????
call Swindon.xls.lnk
call Passwords.xls.lnk
exit
(ignore the ????'s they are work related site I've edited out.)
Both of the xls documents have passwords.
Is there a way to add the passwords to this batch file so I don't have to type them every time?
Cheers,
G
@Echo off
call TechDocs.lnk
call RDPS.lnk
start iexplore https://?????????????????
start outlook
start firefox
start iexplore https://?????????????????
call Swindon.xls.lnk
call Passwords.xls.lnk
exit
(ignore the ????'s they are work related site I've edited out.)
Both of the xls documents have passwords.
Is there a way to add the passwords to this batch file so I don't have to type them every time?
Cheers,
G