我遇到了一个问题:在我的管道中,我需要知道某个文件是否已经存在。这是我的代码:
if(...){
bat 'if exist <insert file name here> (
rem file exists
) else (
rem file doesn't exist
)'
}
我想知道我是否可以从那个bat命令返回,所以我可以在if(...)中做一些事情:返回是真的:做......或者假:做...... / p>