RosettaCodeData/Task/Write-entire-file/Batch-File/write-entire-file-1.bat

4 lines
80 B
Batchfile
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
@echo off
setlocal enableextensions
type con>%1 || goto:eof %= exit at error =%