home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / batmnu21.zip / NORTONP.BAT < prev    next >
DOS Batch File  |  1992-07-11  |  804b  |  34 lines

  1. @echo off
  2. rem variation of NORTON.BAT using parameters on option line
  3. rem also shows help line option and header option
  4. goto start
  5.  
  6. :menu
  7. window,f14,b3,t15,o9,h12,e,k4░,s,~,m5,a
  8.  header,Norton Utilities
  9.  h_format,bblu
  10.  f_format,bblu
  11.   option,Commander,,,,nc
  12.    help,File Management
  13.   option,Disk Doctor,1,c:,\norton,ndd
  14.    help,Disk Fixer
  15.   option,Utilities,1,c:,\norton,NORTON
  16.    help,File Utilities
  17.   option,Text Editor,6,,,nce
  18.    help,Norton Classic Editor
  19.   option,Disk Editor,i,c:,\norton,diskedit
  20.    help,Sector Editor
  21.   option,Exit,2
  22. :end_menu
  23.  
  24. :start
  25. batmnu nortonp.bat
  26. if not "%ERRLEV%" == "" goto start  rem if ERRLEV is set, redisplay menu
  27. if errorlevel 6 goto EXIT     rem Exit selected
  28. if errorlevel 0 goto EXIT     rem ESC pressed
  29. goto start
  30.  
  31. :EXIT
  32. c:
  33. cd \
  34.