Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Build events

wgriggdraper_com
Beginner
1,102 Views

Hi All,

I realize that this should have nothing to do with the Intel Fortran compiler, but here goes anyway. I cannot get a post-build event to work. If I just put in any old DOS command, I get an error message. If I place "cmd" at the beginning of the line, I get a quick message that the event occurred, but nothing happens. What am I missing here? I should add that while I have used Visual Studio for many C# projects I have never before had occasion to bother with build events. I think I'll see if I can get them to work in one of my C# projects.

TIA,

Bill

0 Kudos
3 Replies
lklawrie
Beginner
1,102 Views

What is the error message you get? I have plenty of post-builds (usually, copy the exe to another folder) that work fine.

Linda

0 Kudos
wgriggdraper_com
Beginner
1,102 Views
Quoting - lklawrie

What is the error message you get? I have plenty of post-builds (usually, copy the exe to another folder) that work fine.

Linda

0 Kudos
wgriggdraper_com
Beginner
1,102 Views
Quoting - lklawrie

What is the error message you get? I have plenty of post-builds (usually, copy the exe to another folder) that work fine.

Linda


Well as usual it was just a stupid mistake on my part. All that I really needed to do was reference the correct executable (python.exe in my case) with the path included and with command line parameters correctly specified, and all was well. Thanks for the reply.

Bill

0 Kudos
Reply