From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- usb/makecat.bat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usb/makecat.bat (limited to 'usb/makecat.bat') diff --git a/usb/makecat.bat b/usb/makecat.bat new file mode 100644 index 0000000..b6aa61e --- /dev/null +++ b/usb/makecat.bat @@ -0,0 +1,13 @@ +rem Create plausible .cat files +rem got directory %1 +cd %1 +rmdir /S /Q tmp +mkdir tmp\bin\x86 +mkdir tmp\bin\amd64 +copy ArgyllCMS.inf tmp +copy bin\libusb-win32-bin-README.txt tmp\bin +copy bin\amd64\libusb0.sys tmp\bin\amd64\libusb0.sys +copy bin\x86\libusb0.sys tmp\bin\x86\libusb0.sys +inf2cat /v /driver:tmp /os:2000,XP_X86,Vista_X86,7_X86,XP_X64,Vista_X64,7_X64 +copy tmp\argyllcms.cat ArgyllCMS.cat +copy tmp\argyllcms_x64.cat ArgyllCMS_x64.cat -- cgit v1.2.3