I start each day by opening about a dozen browser pages with various reports. I currently have a bunch of shortcuts on my desktop, which works, but is clunky.
I’d like to create a batch file to open them all. However, each address has query parameters that get passed that specify the individual reports:
start https://reports.company.corp/?r=report&p=view&_=22#/report=05-23441
Again, I can create a desktop shortcut with that address and it works flawlessly. But, the batch file will only load up to that first query parameter; this is all that gets loaded into the browser: https://reports.company.corp/?r=report
I’ve searched a ton and read … but nothing I can find deals with this. There are zillion little tutorials on how to write a batch file to open multiple web pages, but all use very simple, linear sites/addresses.
Is there a solution to my problem?
Thanks.
I’ve only tried basic batch file scripting … not sure what else to try in order to get the rest of the query parameters to be included in the batch command.
67L48 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.