I have a Windows shell script that opens an application. I'd like to modify it to make it open a file automatically upon opening the application.
I know it uses VBscript but I'm not familiar with the language; all the tutorials I found just talked about using VBS for web pages, not for Windows scripts. I know the syntax is different because I get error messages.
The best "solution" I found was to simply add the file path at the end of the run statement using the "&" symbol, but Windows pops up an error saying the file couldn't be found. Am I missing something?