regarding the vbo to run the .bat file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-04-18 05:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-05-18 06:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-24 01:20 AM
It just seems to open the script and does not run it. There is also a Command Prompt::Run BAT. File VBO but that just gives the following error:
Internal : Failed to perform step 1 in Navigate Stage 'Enter Data' on page 'Run BAT. File' - Not Connected
------------------------------
Jeremy Dean
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-24 02:58 PM
Hi Jeremy,
To run a BAT file I use the Run Process Until Ended action in the Utility - Environment VBO.
------------------------------
Ian Mawson
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-02-24 09:59 PM
I found the trick to be that you can't step through a .BAT process in debug mode. I need to click on the Go button and just let it run.
It also uses global send keys to write the path, so special characters need to be replaced with their respective codes.
------------------------------
Jeremy Dean
------------------------------
