From 0edaaba9ec9aa267455803ea0352b32b71c03a5b Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 6 Apr 2023 14:07:19 +0200 Subject: [PATCH] removed macdrivers --- drivers/unpack-mac-drivers.cmd | 28 ---------------------------- software/other.csv | 1 - 2 files changed, 29 deletions(-) delete mode 100644 drivers/unpack-mac-drivers.cmd diff --git a/drivers/unpack-mac-drivers.cmd b/drivers/unpack-mac-drivers.cmd deleted file mode 100644 index 60bc2c2..0000000 --- a/drivers/unpack-mac-drivers.cmd +++ /dev/null @@ -1,28 +0,0 @@ -@echo off - -set T=c:\TEMP -set TOOLS=c:\tools -set ZIP=..\software\MACDRIVER.zip - -if NOT EXIST %ZIP% ( - echo ERROR: %ZIP% not found! - exit /b -) - -echo ####### %0 ####### - -echo unpacking iMAC drivers ... -%TOOLS%\7z x -y -aoa -o"%T%" %ZIP% - -echo renaming ... -move /Y %T%\WindowsSupport %T%\MACDRIVER -echo. - -echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -echo INFO: iMAC drivers extracted to path [ %T%\MACDRIVER ] -echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -echo. - -echo ####### %0 ####### -pause - diff --git a/software/other.csv b/software/other.csv index 6f1ef02..f1ce905 100644 --- a/software/other.csv +++ b/software/other.csv @@ -3,7 +3,6 @@ dummy nsepa_setup.exe dummy usb2serial-PL2303-setup.exe dummy epson-wfc-drivers.exe dummy cyberjack-setup.exe -dummy MACDRIVER.zip dummy brother-dcp-mcp-drivers.EXE dummy Win10_20H2_English_x64.iso dummy vce_exam_simulator_setup.exe