home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / p821_26a.zip / P821BOOK.BAT < prev    next >
DOS Batch File  |  1994-10-20  |  671b  |  22 lines

  1. @echo off
  2. if "%1==" goto syntax
  3. if exist %1 goto go
  4. :syntax
  5. echo.
  6. echo Syntax  : P821BOOK InFile [Options]
  7. echo Purpose : Formats  InFile  resulting 8 pages per sheet
  8. echo Options : Default is /4l & /4rz, others see P821.EXE
  9. echo.
  10. goto end
  11. :go
  12. CALL P821 /4l %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. echo.
  14. echo      █▓▒░             Now re-insert printed sheets.              ░▒▓█
  15. echo      █▓▒░       DON'T remove the top-sheet, if it's empty !      ░▒▓█
  16. echo      █▓▒░  DON'T rearange it's order, simply TURN it halfaround. ░▒▓█
  17. echo      █▓▒░        (If you can read the text, it's alright !)      ░▒▓█
  18. echo.
  19. pause
  20. CALL P821 /4rz %1 %2 %3 %4 %5 %6 %7 %8 %9
  21. :end
  22.