mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
6 lines
189 B
Batchfile
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
|