A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
Thank you for the explanation.
Bernd
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello there,
I am trying to open my OneNote web using a batch script.
I copied the "link to this page". I created a simple batch file like - start chrome.exe "the URL".
But, when I run the batch script it opens the web page saying:
This item might not exist or is no longer available
This item might have been deleted, expired, or you might not have permission to view it. Contact the owner of this item for more information.
This is when I can open the page with the same link directly on the browser or even with the same comment line on CMD.
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thank you for the explanation.
Bernd
Thank you for your reply Bernd,
It works fine.
Why batch: opening the page is not the final goal here. the script will eventually open different pages under different conditions.
Thanks,
LiaPer
The problem is caused by the "%" characters in the URL. Double it all. Then it works. Tested it 😁
BTW: Why a batch file, not a desktop shortcut ?
Bernd