home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / dp004b4.zip / DP.BAT < prev    next >
DOS Batch File  |  1997-08-07  |  657b  |  22 lines

  1. @echo off
  2. rem     ---------------------------------------------------------------
  3. rem            RUN THIS FILE, NOT DATAPAGE.EXE IF YOU HAVE SOME
  4. rem            PLUG-INS INSTALLED.
  5. rem            If not, it won't make any difference... but it is
  6. rem            STILL a good idea!
  7. rem     ---------------------------------------------------------------
  8.  
  9. :start
  10. rem Run DataPage
  11.  
  12. datapage %1 %2 %3 %4 %5 %6 %7 %8 %9
  13.  
  14. rem Check to see if a plug-in has been selected by the user, if so, run it
  15.  
  16. if exist out.bat call out.bat
  17.  
  18. rem If a plug-in was selected by the user, go back into DataPage
  19. rem Otherwise, exit
  20.  
  21. if exist out.bat goto start
  22.