Hello everyone, I am trying to kick off a DOS command from within my PERL script. I'm sure this is easy for you guys but it is killing me. I'm extremely new to PERL and more experienced with UNIX than dos. Can anyone suggest a solution, I think back slashes or ticks are in the worng place.
Thanks in advance !!!!
-Matt
system("start cqperl C:\\Program Files\\Rational\\ClearQuest\\Scripts\\cq_query.pl read_only read_only OECR OSCAR -j "Public Queries/Admin Dahlgren Weekly Download" -o C:\\Program Files\\Rational\\ClearQuest\\Scripts\\OSCAR\\db_output.txt");
Thanks in advance !!!!
-Matt
system("start cqperl C:\\Program Files\\Rational\\ClearQuest\\Scripts\\cq_query.pl read_only read_only OECR OSCAR -j "Public Queries/Admin Dahlgren Weekly Download" -o C:\\Program Files\\Rational\\ClearQuest\\Scripts\\OSCAR\\db_output.txt");