home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 13
/
CD_ASCQ_13_0494.iso
/
news
/
2417
/
uc2
/
u2_xtra.bat
< prev
next >
Wrap
DOS Batch File
|
1993-12-31
|
676b
|
22 lines
@echo off
echo off
rem (C) Copyright 1993, Ad Infinitum Programs, all rights reserved
rem This file is called after extraction while converting an archive. It
rem contains commands which are executed in the directory where the archive
rem has been expanded. This is useful for e.g. automatic addition of
rem banners.
rem This file can reject the conversion process by deleting the
rem u$~chk1 file made by U2_EX???.
rem Example: adds TXT banner if it was not already in the archive
rem if exist u$~ban.txt goto skip
rem copy \banners\u$~ban.txt
rem :skip
rem *** Commands ***
echo U2_XTRA.BAT execution (currently does nothing)