; This .CDU file could be invoked from a batch file thus: ; @CDU DEFINE FLOPFILE "%1" @FLOPSUCK ; where the supplied parameter is the name of the target file. CDU will take ; the entire contents of the floppy diskette and plonk it into this file. ; Disable irritating questions. confirm off ; Copy the entire contents of FD0 into the file indicated by %FLOPFILE%. copy disk fd0 to file %flopfile%