printers: drop the trailing pause in the install .bat so it self-closes

This commit is contained in:
cproudlock
2026-07-29 15:34:07 -04:00
parent cd79e610e9
commit c075658ca6

View File

@@ -559,7 +559,6 @@ def _render_install_bat(facility, base, universal, specific, manual, total):
add('echo Installation Complete!')
add('echo ========================================')
add('echo.')
add('pause')
add('')
add(':: Self-delete this batch file')
add('(goto) 2>nul & del "%~f0"')