summaryrefslogtreecommitdiff
path: root/pyparallel/src/win32/install_giveio.bat
diff options
context:
space:
mode:
authornobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2004-07-28 00:52:07 +0000
committernobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2004-07-28 00:52:07 +0000
commitb88a10c29545a2761ebdf7c24e98cd0b65a374e7 (patch)
tree0454dbb3a8050f8611f4955fee21b5517aa095e8 /pyparallel/src/win32/install_giveio.bat
parentaf3dfd59c12d667d73b753db1a82fbb8c87a0403 (diff)
downloadpyserial-git-b88a10c29545a2761ebdf7c24e98cd0b65a374e7.tar.gz
This commit was manufactured by cvs2svn to create tag 'release2_1'.release2_1
Diffstat (limited to 'pyparallel/src/win32/install_giveio.bat')
-rw-r--r--pyparallel/src/win32/install_giveio.bat18
1 files changed, 0 insertions, 18 deletions
diff --git a/pyparallel/src/win32/install_giveio.bat b/pyparallel/src/win32/install_giveio.bat
deleted file mode 100644
index 79f1383..0000000
--- a/pyparallel/src/win32/install_giveio.bat
+++ /dev/null
@@ -1,18 +0,0 @@
-@set DIRVERNAME=giveio
-
-@echo Installing Windows NT/2k/XP driver: %DIRVERNAME%
-
-@loaddrv install %DIRVERNAME%
-@if errorlevel 3 goto error
-
-@loaddrv start %DIRVERNAME%
-@if errorlevel 1 goto error
-
-@loaddrv starttype %DIRVERNAME% auto
-@if errorlevel 1 goto error
-
-@goto exit
-:error
-@echo ERROR: Installation of %DIRVERNAME% failed
-:exit
-@pause