home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TKGALORE.ZIP / TK-DOS12.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-04-11  |  3KB  |  42 lines

  1. @echo off                                                                     
  2. rem                                                                           
  3. rem -------------------------------------------------------------------       
  4. rem toxic dos! by wizard [toxic krystal!]                                
  5. rem -------------------------------------------------------------------       
  6. rem 68                                                                        
  7. rem 729                                                                       
  8. rem                                                                           
  9. if .%1==. goto help                                                           
  10. if .%2==. goto help                                                           
  11. if not exist %1 goto help                                                     
  12.                                                                               
  13. mkpcbtxt %1 /i:259  "!%2\TK-DOS.PPE"                                          
  14. goto done                                                                     
  15.                                                                               
  16.                                                                               
  17. :help                                                                         
  18. cls                                                                           
  19. echo.                                                                         
  20. echo to install toxic dos, use the following syntax:                          
  21. echo.                                                                         
  22. echo        install pcbtext ppedir                                            
  23. echo.                                                                         
  24. echo        pcbtext is the full pathname of your pcbtext file.                
  25. echo.                                                                         
  26. echo        ppedir is the directory of where tk-dos.ppe is located.           
  27. echo.                                                                         
  28. echo  example :                                                               
  29. echo.                                                                         
  30. echo        install c:\pcb\gen\pcbtext c:\pcb\ppe\tkdos                       
  31. echo.                                                                         
  32.                                                                               
  33. :done                                                                         
  34. echo.                                                                         
  35. echo toxic dos v1.2 by wizard [toxic krystal!]                                
  36. echo.                                                                         
  37. echo yeh!, i know batch files are lame but what could i do ? :)               
  38. echo latez! - wizard                                                          
  39. echo.                                                                         
  40.                                                                               
  41.                                                                               
  42.