Can you explain what "%%~ni.vsh" really stands for? I know it means the <old name without extension> + ".vsh" but this CMD syntax is more than strange.. It's like hell for every scripter i think.
Hey guys, I'd like to achieve the following: Find all files ending with ".hlsl", "fxc" them with an input of ".psh" and ".vsh". Okay, seems a bit confusing, so here is an example: fxc /T vs_5_0 /E VxShader /Fo Terrain.vsh Terrain.hlsl fxc /T ps_5_0 /E PxShader...