Google
 

Trailing-Edge - PDP-10 Archives - BB-AI48A-BM - datatrieve/newuser.cmd
There are no other files named newuser.cmd in the archive.
! This command file gets a user started with Datatrieve

! Tell the user what we are doing
TYPE CDD$DTR:NEWUSER.TXT ! This is an EXEC command file				(@TAKE, not DTR> TAKE)

! Now copy the new files
COPY CDD$DTR:FAMILY.DAT FAMILY.DAT
COPY CDD$DTR:OWNER.DAT OWNER.DAT
COPY CDD$DTR:PERSON.DAT PERSON.DAT
COPY CDD$DTR:PET.DAT PET.DAT
COPY CDD$DTR:PROJECT.DAT PROJECT.DAT
COPY CDD$DTR:YACHT.DAT YACHT.DAT
COPY CDD$DTR:SALES.DAT SALES.DAT
COPY CDD$DTR:PAYABLES.DAT PAYABLES.DAT

! Copy the new dictionary elements
DTR20 SET DIC CDD$DTR.DEMO ; EXT ALL ON TMP.TXT ; SET DIC TO DSK: ; TAK TMP.TXT
DELETE TMP.TXT
EXPUNGE