Forum Discussion

KenHII's avatar
KenHII
Copper Contributor
Jul 14, 2023

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...