11-28-2017, 08:31 PM
(11-28-2017, 07:33 PM)Friedslick6 Wrote: As minor as this is, any convenience in a major project is helpful and encouraged.
I would recommend adding the following lines at the top of your batch file to clean up output and fix potential starting directory issues:
And the following lines at the bottom to stop the console from closing and allow the user to check for errors:Code:@ECHO OFF
CD/D%~dp0
Code:<NUL SET/P=""
PAUSE>NUL
I'm glad you credited Castano too.
thanks for the feedback, ive added your recommendations to the batch file and added you to the "special thanks" section of the credits