Files
modules/windows/module.cmd
2013-01-10 15:48:30 -06:00

6 lines
189 B
Batchfile

@echo off
set OUTPUT=
set MODCMD="call tclsh %MODULESHOME%\modulecmd.tcl cmd %*"
REM -- Each output line needs to be executed in cmd shell
for /f "tokens=*" %%I in ('%MODCMD%') do %%I