-
Notifications
You must be signed in to change notification settings - Fork 884
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
Suggestion for better and faster .net batch prologue without redundant .bat output #26
Comments
You can make it a bit shorter and better. Some improvements:
|
Thanks. Probably I'll have time to check it at the weekend. Is really |
Yes. before publishing I tested it. |
There is some suggestions to improvement on .net batch prologue, future improvement of (#25)
It runs .exe files immediately if .exe file is located near .bat file.
It does not generate output
// 2>nul ||
at the beginHere is updated prologue I use, attached to hello world example:
I use this prologue in zip.bat utility:
https://github.com/openlab-vn-ua/BatArt/blob/master/zip.bat
The text was updated successfully, but these errors were encountered: