home *** CD-ROM | disk | FTP | other *** search
/ Dr. Business / DR_BUSINESS.BIN / SHOWPCXB.BAT < prev    next >
DOS Batch File  |  1993-06-24  |  169b  |  11 lines

  1. @ECHO OFF
  2. REM Need path for runtime library on searchpath. Assume it's in ..\
  3. SET SPATH=%PATH%
  4. SET PATH=..\;%SPATH%
  5. SHOWPCX %1
  6. SET PATH=%SPATH%
  7. SET SPATH=
  8.  
  9.  
  10.  
  11.