hi again,
thx for the answer. In Project menu -> Set Program's arguments i have selected the target Release and added the following line in Program arguments:
-lwc < file.
When i now run the program i can see in the log
Executing:
:\Documentations\CBlocks\CB_20070108_rev3466_win32/cb_console_runner.exe "D:\Documentations\C\test\mOut\mOut.exe" -lwc < file (in D:\Documentations\C\test\mOut\.).
But unfortunately in my dos windows there is no output?
When i try to abort the program i can see in the log
Aborting process 0 ... Be patient!
However when i do it with the command line i have:
D:\Documentations\C\test\mOut>mOut.exe -lwc < file
----------------------------------
794 Zeichen, 63 Wort, 23 Zeile
----------------------------------
D:\Documentations\C\test\mOut>
thx