summaryrefslogtreecommitdiff
path: root/pyparallel/src/win32/install_giveio.bat
diff options
context:
space:
mode:
authornobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-11-06 22:17:22 +0000
committernobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-11-06 22:17:22 +0000
commit762c403822a22603bc4bbf640830feb8b9416549 (patch)
tree0b09a8ed2e86a25dc9144c2142c3759ce46129b8 /pyparallel/src/win32/install_giveio.bat
parent5600e7c933126feb6a410aa37cc5701803983edb (diff)
downloadpyserial-git-release2_0.tar.gz
This commit was manufactured by cvs2svn to create tag 'release2_0'.release2_0
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