I'd like to speed up the process of opening several programs among which there is a password protected excel file, this is the line I'd use to open the excel file/program in the batch file:
start /D "C:\Users\Name\Desktop\Folder" excelfile.xlsx
that command opens excel and the file but the most important part is missing: what command is there to input the password for the file?
start /D "C:\Users\Name\Desktop\Folder" excelfile.xlsx
that command opens excel and the file but the most important part is missing: what command is there to input the password for the file?