home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / podstawy / dos / 4dos / 4uzytki / ez-btm11.exe / LOADER.ZIP / 4START.BTM < prev    next >
Text File  |  1994-05-16  |  759b  |  26 lines

  1. @echo off
  2. :: ('echo off' can be removed if you defined 'BatchEcho= no' in your
  3. :: 4DOS.INI file.)
  4.  
  5. setdos /U1
  6.  
  7. PROMPT = [#$z: %pgm]_$P$g
  8.  
  9. rem PROMPT = n[#$z: %pgm]_$P$g
  10. rem  'n' adds one line before prompt. (This may not be necessary for
  11. rem  your version of 4DOS.) 
  12.  
  13. : [alternative prompt sequences:]
  14.   : PROMPT = [level $z: %@UPPER[%pgm]]_$P$g
  15.   : PROMPT = [$z:%pgm]_$P$g
  16.   : PROMPT = [dos level $z: %pgm]_$P$g
  17. :
  18. if %_4ver ge 5 quit
  19. :: ( The following segments are useful only for 4DOS versions prior to 5.x.)
  20.  
  21. if not %$d == d: set $d=d:
  22. rem           ^^        ^^ change as needed
  23. if %_shell == 0 if exist %$d\history.log del /q %$d\history.log
  24.  
  25. if %_shell gt 0 history /f && if exist %$d\history.log history /r %$d\history.log
  26.