@ECHO OFF
IF '%1\' == '%2\' goto FORMAT
GOTO SETUP
:FORMAT
ECHO format:   techsupt sourcedirectory destinationdirectory
GOTO END
:SETUP
@IF NOT EXIST %2 md %2 > nul
ECHO Logitech Technical Support MouseWare 6.4 File Installation Utility
ECHO Copyright (c) 1994, Logitech, Inc.  All Rights Reserved
:PROMPT
ECHO.
ECHO Insert Disk 1 of 1
@PAUSE
IF NOT EXIST %1\mouse.exe GOTO PROMPT
@ECHO ON
COPY %1\mouse.exe   %2\mouse.exe       
COPY %1\mousedrv.ini  %2\mousedrv.ini    
%1\LGEXPAND %1\cloaking.ex%% %2\cloaking.exe
COPY %1\readme.exe  %2\readme.exe      
COPY %1\readme.txt  %2\readme.txt      
%1\LGEXPAND %1\readme.wr%%   %2\readme.wri      
%1\LGEXPAND %1\network.wr%%  %2\network.wri     
%1\LGEXPAND %1\mousedrv.tx%% %2\mousedrv.txt    
COPY %1\comcheck.exe  %2\comcheck.exe    
COPY %1\mousecc.exe %2\mousecc.exe     
%1\LGEXPAND %1\lmouse.dr%%   %2\lmouse.drv      
%1\LGEXPAND %1\lvmd.38%%     %2\lvmd.386        
%1\LGEXPAND %1\wmousecc.ex%% %2\wmousecc.exe    
%1\LGEXPAND %1\wmccdlg.dl%%  %2\wmccdlg.dll     
%1\LGEXPAND %1\wmousecc.hl%% %2\wmousecc.hlp    
%1\LGEXPAND %1\wbuttons.ex%% %2\wbuttons.exe    
%1\LGEXPAND %1\wbuttons.dl%% %2\wbuttons.dll    
%1\LGEXPAND %1\wcursor.ex%%  %2\wcursor.exe     
%1\LGEXPAND %1\wcursor.dl%%  %2\wcursor.dll     
@ECHO OFF
@CLS
ECHO.
ECHO Logitech MouseWare 6.4 File Installation... Completed.
:END

