home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 July / VPR9607B.BIN / driver / dec / hxbio107 / bios107.img / MOUSE / TECHSUPT < prev    next >
Text File  |  1994-07-12  |  1KB  |  41 lines

  1. @ECHO OFF
  2. IF '%1\' == '%2\' goto FORMAT
  3. GOTO SETUP
  4. :FORMAT
  5. ECHO format:   techsupt sourcedirectory destinationdirectory
  6. GOTO END
  7. :SETUP
  8. @IF NOT EXIST %2 md %2 > nul
  9. ECHO Logitech Technical Support MouseWare 6.44 File Installation Utility
  10. ECHO Copyright (c) 1994, Logitech, Inc.  All Rights Reserved
  11. :PROMPT
  12. ECHO.
  13. ECHO Insert Disk 1 of 1
  14. @PAUSE
  15. IF NOT EXIST %1\mouse.exe GOTO PROMPT
  16. @ECHO ON
  17. COPY %1\mouse.exe   %2\mouse.exe       
  18. COPY %1\mousedrv.ini  %2\mousedrv.ini    
  19. %1\LGEXPAND %1\cloaking.ex%% %2\cloaking.exe
  20. COPY %1\readme.exe  %2\readme.exe      
  21. COPY %1\readme.txt  %2\readme.txt      
  22. %1\LGEXPAND %1\readme.wr%%   %2\readme.wri      
  23. %1\LGEXPAND %1\mousedrv.tx%% %2\mousedrv.txt    
  24. COPY %1\comcheck.exe  %2\comcheck.exe    
  25. COPY %1\mousecc.exe %2\mousecc.exe     
  26. %1\LGEXPAND %1\lmouse.dr%%   %2\lmouse.drv      
  27. %1\LGEXPAND %1\lvmd.38%%     %2\lvmd.386        
  28. %1\LGEXPAND %1\wmousecc.ex%% %2\wmousecc.exe    
  29. %1\LGEXPAND %1\wmccdlg.dl%%  %2\wmccdlg.dll     
  30. %1\LGEXPAND %1\wmousecc.hl%% %2\wmousecc.hlp    
  31. %1\LGEXPAND %1\wbuttons.ex%% %2\wbuttons.exe    
  32. %1\LGEXPAND %1\wbuttons.dl%% %2\wbuttons.dll    
  33. %1\LGEXPAND %1\wcursor.ex%%  %2\wcursor.exe     
  34. %1\LGEXPAND %1\wcursor.dl%%  %2\wcursor.dll     
  35. @ECHO OFF
  36. @CLS
  37. ECHO.
  38. ECHO Logitech MouseWare 6.44 File Installation... Completed.
  39. :END
  40.  
  41.