Aug 20
Here’s a quick tip: You can create a button in Notes, add a short bit of code to it, and allow someone to launch a file when they click on the button. This is especially helpful if you need to send out an email telling people to update a Word or Excel document, or launch a PowerPoint presentation on a shared network drive.
Here’s how:
1. Create a button
2. Add the code below:
@Command([Execute];”path”)
Note: In the “path” section above, enter the location and name of the file you want to have launched. If its not a web-link, you may need to use UNC naming such as:
“\\servername\path\pathsubdirectory\file.doc”

Leave a Reply