RosettaCodeData/Task/Write-entire-file/Batch-File/write-entire-file-1.bat
2026-04-30 12:34:36 -04:00

3 lines
80 B
Batchfile

@echo off
setlocal enableextensions
type con>%1 || goto:eof %= exit at error =%