! S R D B L D . D C L ! ! TO BUILD THE SORT-DIRECTORY UTILITY ! ! First assemble the source files ! @SRDASM.DCL ! ! Now task-build the utility ! LINK/B SRDBLD ! ! Purge the directory ! DEL/KE *.* REN *.*;* *.*;1 ! ! Remove any old versions and install this new one. ! REM ...SRD INS LB:[11,1]SRD ! ! Now test it. ! ! Request a directory of all SRD related files ! XDI SRD*.* ! ! Answer "G" to the following to delete the .OBJ files ! XDE SRD*.OBJ;* ! ! Answer either "G" to delete the listings, or "Q" to quit. ! XDE SRD*.LST;* ! ! Finally, Get a directory of all the SRD files that are ! now on disk. ! XDI SRD*.* ! ! >>-----> Fini <-----<<