home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / plbin.zip / pl / dump.cmd < prev    next >
OS/2 REXX Batch file  |  1993-03-01  |  256b  |  3 lines

  1. echo save_program('bin\pl.cmd', [ goal = '''$welcome''', toplevel = prolog]). halt. | runtime\PC\pl -f none -B
  2. echo forall(library_directory(X), ((exists_directory(X) , write('Index for '), write(X), nl, make_library_index(X)) ; true)). |  runtime\PC\pl
  3.