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:
@@ -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 .....................................................
|
||||||
|
|||||||
Reference in New Issue
Block a user