summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0
diff options
context:
space:
mode:
Diffstat (limited to 'PC/VS8.0')
-rw-r--r--PC/VS8.0/rt.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS8.0/rt.bat b/PC/VS8.0/rt.bat
index 2e0a681..90fd794 100644
--- a/PC/VS8.0/rt.bat
+++ b/PC/VS8.0/rt.bat
@@ -27,7 +27,7 @@ setlocal
set exe=python
set qmode=
set dashO=
-PATH %PATH%;%~dp0..\..\..\tcltk\bin
+PATH %PATH%;..\..\..\tcltk\bin
:CheckOpts
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts