home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / pushd20.zip / DIRS.CMD < prev    next >
OS/2 REXX Batch file  |  1993-05-30  |  332b  |  8 lines

  1. /* DIRS                                                                      */
  2. /* written:  Ric Anderson   14 May 93                                        */
  3. /* revised:  Ken Neighbors  30 May 93   beautify                             */
  4.  
  5. DirStack = value('PUSHD',,'OS2ENVIRONMENT')
  6. say _beaut(directory()) DirStack
  7. exit 0
  8.