home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VMS220.ZIP / UDC / SEARCH.CMD < prev    next >
Encoding:
Text File  |  1993-01-03  |  439 b   |  17 lines

  1. ; run srch.bat to give the archive listing
  2. ;
  3. shell %InsVmsDir%\udc\srch.bat %LEGAL-PATH%
  4. ;
  5. ; Clear any extra commands that may be loaded because we accessed
  6. ; a file that was listed in FALIAS with a command file entry
  7. clear extra-commands
  8. ;
  9. ; Set the subject
  10. Subject Search Results
  11. ;
  12. ; Send the file.
  13. send %InsTempDir%\results\view.txt
  14. ;
  15. ; Last SHELL call to delete the results file
  16. shell del %InsTempDir%\results\view.txt
  17.