Activate OS Command on Win Server 2008
Author: sbpatel48@hotmail.com (Sandipp)
Hi,
I have the following code in a form.
activate "OS".command("cmd.exe /c dir/O:D/B c:\\ > c:\\check.txt")
However, i can see the cmd.exe running in task manager.
Rgds, Sandip
When this is run on Window Server 2008. The application exits immediatley without any errors. And the OS command is not executed.