Hello all,<div>In my project, I&#39;ve added a custom command, which is supposed to run as POST BUILD event. Its some thing like this.</div><div>For each of the source file in the directory, run a perl script on that source file and create some output file.</div>
<div><br></div><div>Lets say I&#39;ve 100 source files, so I end with 100 post build commands.</div><div>The problem is, I&#39;m getting an error code 255 (Command line too long). I&#39;m trying to reduce the command line length and test the build again.</div>
<div><br></div><div>When I build the target, VS says, the target is up to date. (The library is okay. but the post build command fails). Is there any way I can run post build command only if it fails the previous time?</div>
<div><br></div><div>Thanks in advance,<br>Surya</div>