I tried the following system command which contain % sign.
system ("echo %a");
On a regular windows 2000 it works fine.
it prints %a on the screen.
BUT when I tried the same command on Data Center machine
it DOES NOT submit the system command at all.
I tried the following command.
print ("%a\n");
And it works fine on both machines.
Thanks.