Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MainWindow.cs #309

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Update MainWindow.cs #309

merged 1 commit into from
Aug 24, 2021

Conversation

Bluscream
Copy link
Contributor

use @echo off just like in

instead of cls

@Klocman Klocman merged commit 7bb1d0a into Klocman:master Aug 24, 2021
@Klocman
Copy link
Owner

Klocman commented Aug 24, 2021

Thank you 👍

@Bluscream Bluscream deleted the patch-1 branch August 24, 2021 19:21
@Bluscream
Copy link
Contributor Author

Bluscream commented Aug 24, 2021

Thank you 👍

np. Don't thank me for such a small change. I'd rather want to add more infos to the batch script, something along the lines of

Do you want the installers to run simulataneously? Y/N
if Y then
    start "" "<uninstaller" <args>
else
   start /wait "" "<uninstaller" <args>

and then have a line between each giving progress infos:

Uninstalling <name> <version> ... [ <i> / <count> ]

also it might be a good idea to parse uninstall strings and add " for the ones that don't have it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants