Fix CTONWTXT.BAT line endings: LF -> CRLF for DOS 6.22 compatibility

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
OC-5070
2026-03-28 14:40:05 -07:00
parent 8470e98a8a
commit c8a4107a51

View File

@@ -1,11 +1,11 @@
@ECHO OFF @ECHO OFF
REM Computer to Network - Upload text datasheet files to network REM Computer to Network - Upload text datasheet files to network
REM Version: 2.1 - Simplified, no cleanup REM Version: 2.1 - Simplified, no cleanup
REM Last modified: 2026-03-28 REM Last modified: 2026-03-28
ECHO ..................................................... ECHO .....................................................
ECHO Archiving text datasheet files to network... ECHO Archiving text datasheet files to network...
MD T:\Stage MD T:\Stage
MD T:\Stage\%MACHINE% MD T:\Stage\%MACHINE%
COPY /Y C:\STAGE\*.TXT T:\Stage\%MACHINE%\ COPY /Y C:\STAGE\*.TXT T:\Stage\%MACHINE%\
ECHO ..................................................... ECHO .....................................................