Ok, did what advised and it worked when I used a command line: "C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe" /FeD:\aaa\ "D:\Tomek\Visual Studio 2005\Projects\Praktyki programowania\Praktyki programowania\tabelka.cpp" It makes file tabelka.exe in directory D:\aaa\, as expected. I can't achieve this via PSPad. Here's my "parameters" field: cite: -------------------------------------------------------------------------------- /FeD:\aaa\ %Dir%%File%--------------------------------------------------------------------------------
I also tried %Dir%%Name%, %Name% and some others; I also don't get output text, which I receive in cmd: Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. tabelka.cpp Microsoft (R) Incremental Linker Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. /out:D:\aaa\tabelka.exe tabelka.obj -- <http://forum.pspad.com/read.php?2,42758,42772> PSPad freeware editor http://www.pspad.com
