summaryrefslogtreecommitdiff
path: root/solenv/bin/cwstouched.btm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/cwstouched.btm')
-rwxr-xr-xsolenv/bin/cwstouched.btm11
1 files changed, 11 insertions, 0 deletions
diff --git a/solenv/bin/cwstouched.btm b/solenv/bin/cwstouched.btm
new file mode 100755
index 000000000000..33e442dbb51c
--- /dev/null
+++ b/solenv/bin/cwstouched.btm
@@ -0,0 +1,11 @@
+@echo off
+iff "%SOLARENV%" == "" then
+ echo No environment found, please use 'configure' or 'setsolar'
+ goto end
+endiff
+iff "%PERL%" == "" then
+ call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstouched.pl %1&
+else
+ call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstouched.pl %1&
+endiff
+:end