windows - Writing command prompt to a file -


i started cmd , using commands started services starts new cmd window , shows logs in window , closed within seconds. want redirect file. have tried below

  command > d:\temp.txt 

but of no use...can 1 tell me how

try this

command > d:\temp.txt 2>&1 

but command works fine. update question command clear answer.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -