in reply to Data Center on windows 2000

Maybe you can try starting the command line interpreter instead of echo itself:

system('cmd.exe', '/C', 'echo %a');

Still, it could be interesting if you gave some background. Why do you call the system for printing, why can't you print directly from Perl?

--bwana147