Metropoli BBS
VIEWER: ds.src MODE: TEXT (ASCII)
%%HP: T(3)A(D)F(.);
@ Directory Sorter
@ by Joseph K. Horn
@ Requires James Donnelly's Tool Library (commercial software)
@  and Charles Jess's LISP (on this disk).
@ Just run it; the current directory will be alphabetized.
\<< VARS
  \<< \->STR
  \>> LISP OBJ\-> QSORT \->LIST
  \<< OBJ\->
  \>> LISP ORDER
\>>

[ RETURN TO DIRECTORY ]