Jump to content

inspection_post_load.bat behavior


---
 Share

Recommended Posts

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

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"

 

  • Like! 3
Link to comment
Share on other sites

 Share

×
×
  • Create New...