home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / rozrywka / irchamp / -install.bat next >
DOS Batch File  |  1997-09-27  |  295b  |  21 lines

  1. @echo off
  2. call \writeini COPY
  3. if .%1==. goto NODIR
  4. :SDIR
  5. pkunzip irc_main -d -o %1
  6. goto ENDDIR
  7. :NODIR
  8. go_small
  9. :ENDDIR
  10. %2
  11. cd %1
  12. if not exist %TEMP%\WRITEINI.EXE goto NOTEMP
  13. call %TEMP%\writeini IRC
  14. goto END
  15. :NOTEMP
  16. call c:\writeini IRC
  17. :END
  18. if NOT .%1==. goto EXIT
  19. RAL
  20. :EXIT
  21.