[Ch...] Posted 11 hours ago Share Posted 11 hours ago Simple question, but does anyone have a good strategy to allow inspection_post_load.bat to open two files at the same time? Current state: I use this to open a change log/comment log text file. I also want it to display the pdf bubble print. It works, except the operator must close the text file before the bubble print opens. Desired state: I want both the text file and the pdf to open at the same time. I know I could use inspection_post_load.bat to call another script that will open both at the same time, but I'm trying to make this simple for the guys I'll be training to do this. Link to comment Share on other sites More sharing options...
[Ch...] Posted 11 hours ago Author Share Posted 11 hours ago Sorry guys, classic case of not googling my question before I post. This easily achieved by using the start command start "" "Q:\CMM Programs\Change Log.txt" start "" "Q:\CMM Programs\CMM Bubble.pdf" 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in