home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SC-GFX.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-03-26  |  689b  |  25 lines

  1. @Echo off
  2. Cls
  3. if *%1 == * goto help
  4. if *%2 == * goto help
  5.  
  6. If not exist %1 goto help
  7. If not exist %2\Con goto help
  8. \Pcb\MkPcbTxt %1 /i:149 "!%2\GFXDELUXE.PPE"
  9. Md %2\Sig >Nul
  10. Echo Installation Complete
  11. Echo.
  12. Goto End
  13. :HELP
  14. Echo ─────────────────────────────────────────────────
  15. Echo ░▒▓█ ·S·L· PPE Installation by XT 7█▓▒░
  16. Echo ─────────────────────────────────────────────────
  17. Echo.
  18. Echo Use: INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\GFXDELUXE
  19. Echo    C└────────────────┘ └──────────────────┘
  20. Echo   CPath/Name of your  Path that the PPE
  21. Echo   CPCBTEXT fileC is in (without the last "\")
  22. Echo.
  23. Echo.
  24. :End
  25.