home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TAPECM22.ZIP / PCBTAPE.BAT < prev    next >
DOS Batch File  |  1993-08-19  |  844b  |  28 lines

  1. @echo off
  2. if "%1" == "" goto explain
  3.  
  4. REM ┌────────────────────────────────────────────────────────────────────────┐
  5. REM │ Below edit only the Drive and path information, leave filenames as is. │
  6. REM │ The prompt information is exactly the same as PCBoards standard prompt │
  7. REM │ except for the TAPE # insert.                                          │
  8. REM └────────────────────────────────────────────────────────────────────────┘
  9.  
  10. i:\pcb\gen\MKPCBTXT i:\pcb\gen\pcbtext /I:396 "(@X0C@TIMELEFT@@X0E min. left) @X1F (Tape %1 in) @X0E @INCONF@Command"
  11.  
  12. ECHO %1 > i:\pcb\ppe\tape\tapecms.in
  13.  
  14. goto end1
  15. :explain
  16. echo.
  17. echo.
  18. echo.           Usage:  PCBTAPE ? - Tape number
  19. echo.
  20. goto end2
  21. :end1
  22. echo.
  23. echo.
  24. echo.             PCBtext file  and the TAPECMS.IN
  25. echo.              for Tape %1 have been updated.
  26. echo.
  27. :end2
  28.