There is a 0x0d 0x0a in the file (it's Window$).
I'm sure 'type' isn't able to do anything as it doesn't gets called at all.
Putting a line with:
`find "blablabla" c:\temp\usercode.txt`
in a post build script, its execution results in:
Running target post-build steps
`find "blablabla" c:\temp\usercode.txt`
Execution of '`find "blablabla" c:\temp\usercode.txt`' in 'C:\Pro\newproject' failed.
It does however run fine in a regular cmd window.
Ho did you implement the back ticks in the Win version of C::B? Are you sure this is available on Win?
If this isn't working, is there a way to set a (global) variable from a pre build script for using in the post build script?
Please note that I'm not aware of the C::B script engine - I'm talking about the
Project Build Options /
Pre/Post Build Steps.
Thanks.