I am trying to call an XLSM file using a batch file in a OneDrive folder. But may be due to the dash (or whitespace), it tells me that the file is not found. Below is what I have. Any help is much appreciated. Thanks!
Call “C:UserstestuserOneDrive – CompanyDesktopStartupsVPN.xlsm”
pause
Call “C:UserstestuserOneDrive – CompanyDesktopStartupsVPN.xlsm”
pause