|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 512 (0x200)
Types: TextFile
Names: »FILEX.CMD«
└─⟦7b7460039⟧ Bits:30005889 KnowledgeMan - ACP - dBase II
└─⟦this⟧ »FILEX.CMD«
* filex.cmd
erase
set talk off
use line
goto top
do while .not. eof
store @("`",line) to i
if i > 0
store i+1 to i
store len(trim(line)) to lgd
if lgd>i
if $(line,lgd,lgd)="`"
store lgd-1 to lgd
endif
? $(line,i,lgd)
endif
endif
skip
enddo
«eof»