Jump to content

Running a VBS from GOM Python


---
 Share

Recommended Posts

---

Seems I'm running into an issue with executing a .VBS after i have ran a batch script. Import OS is also in the script. 

Order of operations as follows:

1. Move STLs into correct 

2. Opens required template and begins batch scripting (CSV  PDF export)

3. It has run one time and no longer executes, it just blips over the line of code then stops
     ##Executes Organize VBS for specified part###        
         os.system("filename\\script name.vbs")

 

this has executed one time before now no longer executes. What am i missing here. Ive checked the VBS, the module, the GOM Path, its all correct. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...