;*************************** AMUS Program Label ******************************
; Filename: ARCHIV.M68 Date: 03/23/89
; Category: UTIL Hash Code: 452-351-555-761 Version: 1.0(100)
; Initials: ULTR/AM Name: DAVID PALLMANN
; Company: ULTRASOFT Telephone #: 5163984848
; Related Files: WLDSCN.OBJ,ARCRES.M68,ARCDIR.M68
; Min. Op. Sys.: Expertise Level: BEG
; Special: Must lnklit with wldscn.obj to create lit file.
; Description: ARCHIV creates an archive image of a file set described using
; wildcards. eg. .ARCHIV BASIC=*.BAS will archive all files in a ppn with the
; .BAS extension and name the archive file BASIC.
;*****************************************************************************
;***************************************************************************;
; ;
; ARCHIV ;
; create an archive image file of a wildcard file set ;
; ;
; Author: David F. Pallmann ;
; Copyright (C) 1984 by LMS Technical Services, Inc. ;
; ;
;***************************************************************************;
;
; File uses universal (.UNV) files other
; than SYS, SYSSYM, and TRM.
; These are on the AMUS network
;
; File makes external references to WLDSCN.OBJ[P,PN]. After
; assembly, enter this command: .LNKLIT file,WLDSCN[P,PN]