windows - What do the & and | operators do in a batch file? -


I'm debugging a batch file left behind an old employee and I've come above the line:

@nemac -f Mesophile / E2> And 1. What does it do?
I know what does @nmake -f messphile / e and I know that tee% LOGFILEPATH% does, but let me know 2 & Gt; & Amp; 1; Can not get anything from the instrument. Thanks

2> & Amp; 1 redirects the standard error to the standard out.

| Pipe output from nmake to tee .


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -