Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vocatus committed Dec 15, 2019
1 parent 8158358 commit e3a5a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,15 @@ Custom scripts work like so:

- If any `.bat` files exist in `\stage_8_custom_scripts`, Tron will execute each one sequentially by name. When they're finished, Tron will clean up and end the script as normal

- If no `.bat` files exist in `\stage_8_custom_scripts` folder, Stage 8 will be silently skipped
- If no `.bat` files exist in `\stage_8_custom_scripts` folder, Stage 8 is silently skipped

- Supporting files may be placed in the folder but Tron itself will ignore anything that isn't a `.bat` file

- If you want to use supporting batch files but don't want Tron executing them, use the `.cmd` file extension instead of `.bat` and Tron will ignore them

- It is your responsibility what your scripts do. I provide no support for custom scripts other than having Tron attempt to run them

- Use the `-scs` switch or edit the file `\tron\resources\functions\tron_settings.bat` and set `SKIP_CUSTOM_SCRIPTS` to yes to direct Tron to ignore all custom scripts even if they are present. Can be useful if you have a set of scripts you only want to execute on certain systems and don't want to carry two copies of Tron around
- Use the `-scs` switch or edit the file `\tron\resources\functions\tron_settings.bat` and set `SKIP_CUSTOM_SCRIPTS` to `yes` to direct Tron to ignore custom scripts even if they are present. Can be useful if you have a set of scripts you only want to execute on certain systems and don't want to carry two copies of Tron around

# EXECUTING BUNDLED WSUS OFFLINE UPDATES

Expand Down

0 comments on commit e3a5a9d

Please sign in to comment.