home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / tiptrik / tiptrik.exe / Powerprompt.bat < prev    next >
DOS Batch File  |  2001-03-04  |  442b  |  28 lines

  1. @echo off
  2. set dropfile=%1
  3. pw-cd.exe
  4. call pw-cd.bat
  5. :: **** ╪ßdky naho°e a poslednφ °ßdek nem∞≥te.
  6. :: **** Se zbytkem si d∞lejte, co chcete.
  7.  
  8. doskey /insert
  9. doskey .=start .
  10.  
  11. if exist "%1"\nul goto Dir
  12. doskey 1=edit.com %1
  13. doskey 2=edit.com /70 %1
  14. doskey 3=attrib -r -s -h %1
  15. dir /p *.%EXT%
  16.  
  17. goto CMD
  18.  
  19. :Dir
  20. doskey 1=attrib *.*
  21. doskey 2=attrib -r -s -h *.*
  22. doskey 3=dir /a-d /o-d /p
  23.  
  24. :CMD
  25. doskey /m
  26. echo .
  27. command /k
  28.