Skip to content

Commit 7833404

Browse files
authored
Update AutoServe.bat
change hard coded path for logs to match the have the start as %APPPATH% since the logs are normally in the same path, this is just to simplify the script
1 parent c6cb780 commit 7833404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AutoServe.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ECHO OFF
22
SET APPPATH=C:\scripts
3-
SET APPLOG=C:\scripts\logs
3+
SET APPLOG=%APPPATH%\logs
44
SET VBScript=Auto_Service_Check
55
SET MAXSIZE=700000
66
SET LOGFILE=%APPLOG%\%VBScript%.log

0 commit comments

Comments
 (0)