Hy ! Please help me !
When i try to execute a command such as tasm.exe on the command window in VC#, the messeges that have been created by this command aren't printed in to the filename that Tools.LogCommandWindowOutput had created, onlz the syzstem messeges are.
Can I print the messages into the file .log

Help me, please !
Taikonaut
Not working. Any ideas Please, i don't know what to do to redirect the messages from a dos command to a file, especially from tasm and tlink .exe.
Help me please !
AlexanderPovalyaev
grysauto2002
Thanks to its grand dad Unix.
Adam Gregrory
It's working ! Thank's a lot ! It's like in Unix with ">>". Ok, thank you !
Octurus
Of course, you can rename logfile.txt to whatever log file name you want. The > character spits everything out into the file that you specify.
Megahalo
Does this do what you need to do
tasm.exe -SomeSwitch -AnotherSwitch > LogFile.txt
The "> Logfile.txt" part writes the output to the file that you specify..
LambrosKaralis
if you'll run the tasm.exe without command line parameter you'll find all the options that tasm is supporting. i don't know what to do, what to say .
thanks anyway for your help.
peetfkl
Charles Trindade
How's that What I have to do The tasm.exe need a .asm file as a argument to create the .obj file. What "someswitch" Please tell me what's all about !
Thanks !