This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/eddat/writeall.vi

21 lines
265 B
Plaintext

set quiet
assign %c = %F
loop
quif %F == ""
if "%N" == "untitled"
assign %d = %F
write ?
if "%d" == "%c"
assign %c = %F
endif
else
write
endif
next
quif "%c" == "%F"
endloop
set noquiet