V
Vinod
Hi Steven,
I will explain the scenario, when i run my exe from dos prompt it
works fine.The end result of the exe is to
convert all the files in the folder to encrypted file.The exe works
fine.
When i call this exe thru asp program.Its not showing the desired
results ie the files are still in the same format its not encrypted.
I used the following method
Set server_shell = Server.CreateObject("wscript.shell")
server_shell.Run "%comspec% /c c:\test\encrypt.exe"
There is no error coming after the execution of the above.
Regards
Vinod
I will explain the scenario, when i run my exe from dos prompt it
works fine.The end result of the exe is to
convert all the files in the folder to encrypted file.The exe works
fine.
When i call this exe thru asp program.Its not showing the desired
results ie the files are still in the same format its not encrypted.
I used the following method
Set server_shell = Server.CreateObject("wscript.shell")
server_shell.Run "%comspec% /c c:\test\encrypt.exe"
There is no error coming after the execution of the above.
Regards
Vinod