Forum Discussion
KenHII
Jul 14, 2023Copper Contributor
Application Logging Issues
I am trying to find a location to Log a Win32 Batch file Log so that I can see if there are issues with the install. @echo off
SET LOGFILE=C:\log\Program_batch_Log.txt
call :logit >> %LOGFIL...
Jul 24, 2023
Any update, did that fix your issue?