Hi

Can i use osp formatted floppy for writing any data with FWRITC command when running part program?
Do you have any experience?
I know possible to write MD1 but i don't know is it work when target is FD0

for example can i use this macro in program

OWR1
FWRITC FD0:OUTPUT.TXT:A
WRITE C
PUT 'DATA'
PUT V1,3
WRITE C
CLOSE C
RTS