Fix CTONWTXT path case: Stage -> STAGE for DOS 6.22 compatibility
Mixed-case paths caused "invalid directory" on TS-27. All paths now uppercase to match DOS convention and Samba default case = upper setting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ COPY C:\ATE\VASLOG\*.DAT T:\%MACHINE%\LOGS\VASLOG
|
||||
ECHO (2/5) Reports -> T:\%MACHINE%\Reports
|
||||
COPY C:\Reports\*.TXT T:\%MACHINE%\Reports
|
||||
|
||||
ECHO (3/5) Text datasheets -> T:\Stage\%MACHINE%
|
||||
ECHO (3/5) Text datasheets -> T:\STAGE\%MACHINE%
|
||||
CALL C:\BAT\CTONWTXT.BAT
|
||||
|
||||
ECHO (4/5) Log files -> T:\%MACHINE%
|
||||
|
||||
Reference in New Issue
Block a user