level 9
乎奂
楼主
用批处理函数可以实现,PowerShell暂时不懂
@echo offtitle Setting BCB Environmentecho Welcome to Using Broland C/C++ CompilerSET PATH=E:\Home\Embarcadero\RADStudio\10.0\bin;E:\Home\Embarcadero\RADStudio\10.0\bin64;%PATH%:Lineset /p CommandLine=%cd%\if /i "%CommandLine%"=="exit" (goto quit) else goto CmdLine:CmdLine@%CommandLine%goto Line:quitexit
2012年12月15日 13点12分
1
@echo offtitle Setting BCB Environmentecho Welcome to Using Broland C/C++ CompilerSET PATH=E:\Home\Embarcadero\RADStudio\10.0\bin;E:\Home\Embarcadero\RADStudio\10.0\bin64;%PATH%:Lineset /p CommandLine=%cd%\if /i "%CommandLine%"=="exit" (goto quit) else goto CmdLine:CmdLine@%CommandLine%goto Line:quitexit