Hi,
I have a perl program running on windows on IIS Server , i need to call an exe and pass a filename along with the file path and that exe encrypts the file , when i call the exe using (system or |) the file is truncated but nothing written and when i check the process list i see the exe running ..but the same works from command line
Can somebody help me on this