diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-02-25 19:41:48 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-02-25 19:41:48 +0000 |
commit | 22591f8f533f27ac66dc4fbaacedf25c1870cd18 (patch) | |
tree | fd29da411470bde057d58140c1c5563202d8b187 /Master/tlpkg/doc/wingoo-demo.bat | |
parent | 26100be560a2f5e5d4c67d640cd288d08d575128 (diff) |
Added: tlpkg/installer/uninstall-try.[pl|bat],
only tested under windows. It just undoes registry- and environment
settings.
Also: perllib/Win32/Env.pm removed.
git-svn-id: svn://tug.org/texlive/trunk@6754 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc/wingoo-demo.bat')
-rwxr-xr-x | Master/tlpkg/doc/wingoo-demo.bat | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/tlpkg/doc/wingoo-demo.bat b/Master/tlpkg/doc/wingoo-demo.bat index b3129d46771..d9a2eb68d06 100755 --- a/Master/tlpkg/doc/wingoo-demo.bat +++ b/Master/tlpkg/doc/wingoo-demo.bat @@ -2,13 +2,14 @@ rem Directory of this script; ends with backslash
rem This should also work with UNC names
-set tldoc=%~dp0
+set tlsubsub=%~dp0
+set tlprog=
set tldrive=%~d0
%tldrive%
-cd %tldoc%
+cd %tlsubsub%
-"%tldoc%..\tlperl\bin\perl" "%tldoc%wingoo-demo.pl"
+"%tlsubsub%..\..\tlpkg\tlperl\bin\perl" "%~dpn0.pl" %1 %2 %3 %4 %5 %6 %7 %8 %9
pause Done
@@ -17,4 +18,4 @@ rem cleanup in case of start from command-line path %pathsave%
set pathsave=
set tldrive=
-set tldoc=
+set tlsubsub=
|