mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
340 B
5 lines
340 B
@if "%_echo%"=="" echo off
|
|
cd %_NtDrive%%_NtRoot%\Public\Tools
|
|
out -f Projects
|
|
qgrep -v -e : -e "goto" -e "echo" Projects.cmd | sed "s/ set project=/project = /" | sed "s/ set slm_root=/slm root = /" | sed "s/set proj_path=/ /" | sed "s/&//" | sed "s/&//" | qgrep -v -e "set " > Projects
|
|
in -fc "Latest List of Projects" Projects
|