Mercurial > hg > Members > kono > nitros9-code
view level1/sys/dsave.hp @ 2798:b70d93f8d7ce lwtools-port
Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
Updated level1/coco1/modules/makefile & level2/coco3/modules/makefile
so that correct values would be sent to assembler when
building superdesc.asm for s(x).dd and i(x).dd descriptors.
author | drencor-xeen |
---|---|
date | Mon, 28 Jan 2013 16:13:05 -0600 |
parents | 91fb0d6e789f |
children |
line wrap: on
line source
@DSAVE Syntax: Dsave [<opts>] [<to path>] Usage : Generates procedure file to copy all files from the current directory to <to path> Opts : -b = make a system disk by using OS9boot if present -b=<path> = make system disk using path as source -i = indent for directory levels -l = do not process below the current level -m = do not include makdir commands in procedure file -n = don't load copy/cmp -r = force rewrite of file on copy -s<num> = set copy size to num K -t = don't issue tmode (pause/nopause) -v = verify copies Examples: Create a script to copy /h0 to /h5 with forced rewrite: chd /h0; dsave -r /h5 > dsave.out Immediately copy /d0 to /d1 with a 24K copy buffer: chd /d0; dsave -s24 /d1 ! shell -p