Well, they are right guy blog. I got it to work, and that is exactly what I was looking for. To find out what went wrong, I showed the output window (CTRL + ALT + O) and it showed the CScript output for the post build event when the script called it. It turns out that the .js files on my system were processed by Notepad ++, and I needed to change the connection with CScript for its script to work (CScript will not work with .vbs or .js files if this is not the default application for the file ... so stupid). I also had to disable Notepad ++ with .js files in the Notepad ++ settings, because it would return the file association when restarting Notepad ++.
John Jul 11 '12 at 17:59 2012-07-11 17:59
source share