home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 13 / CD_ASCQ_13_0494.iso / news / 2417 / uc2 / u2_xtra.bat < prev    next >
DOS Batch File  |  1993-12-31  |  676b  |  22 lines

  1. @echo off
  2. echo off
  3. rem (C) Copyright 1993, Ad Infinitum Programs, all rights reserved
  4.  
  5. rem This file is called after extraction while converting an archive. It
  6. rem contains commands which are executed in the directory where the archive
  7. rem has been expanded. This is useful for e.g. automatic addition of
  8. rem banners.
  9.  
  10. rem This file can reject the conversion process by deleting the
  11. rem u$~chk1 file made by U2_EX???.
  12.  
  13. rem Example: adds TXT banner if it was not already in the archive
  14.  
  15.    rem    if exist u$~ban.txt goto skip
  16.    rem    copy \banners\u$~ban.txt
  17.    rem    :skip
  18.  
  19. rem *** Commands ***
  20.  
  21.    echo U2_XTRA.BAT execution (currently does nothing)
  22.