home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
03
/
YARN_091.ZIP
/
ENGLISH.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-02-10
|
674b
|
24 lines
@echo off
if x%1 == x goto usage
if not exist %1 mkdir %1
copy *.bat %1 >nul
copy *.exe %1 >nul
copy english.mai %1\mail.hlp >nul
copy english.new %1\news.hlp >nul
copy *.doc %1 >nul
copy global %1 >nul
set YARN=%1
echo Put this line to your AUTOEXEC.BAT file:
echo SET YARN=%1
echo.
echo Important: If you are upgrading Yarn from a version older than 0.90,
echo follow the instructions in the ENGLISH.UPG text file.
goto end
:usage
echo usage: english [<drive>:]<directory>
echo.
echo Installs PC Yarn in the specified directory.
echo Important: Choose a drive with a lot of free space.
echo The news will be stored there.
:end