home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / perf200.zip / BSORT.BAT < prev    next >
DOS Batch File  |  1988-06-18  |  320b  |  17 lines

  1. echo off
  2. if not exist BOXDATA4 goto no4
  3. BOXSORT3
  4. COPY BOXDATA.SRT BOXDATA4 > nul
  5. DEL BOXDATA.SRT
  6. goto done
  7.  
  8. :no4
  9.    echo  
  10.    echo  You must have the BOXDATA4 file in the default
  11.    echo  Directory!!
  12. :done
  13.   echo  
  14.   echo If you are in a [PERFECT BOX SHELL]
  15.   echo    Type EXIT to return to PB.
  16.   echo  
  17.