Hello All,
I have searched the forum as well as the internet on this problem for a considerable amount of time. I have simplified this script to just one line. I am trying to get the system command to work on my machine. I have been able to successfully run this perl script on another machine. This makes me think I have permission problems for the system command.
Useful Information:
1. I am running this perl script from the command prompt.
2. I am trying to run it on a Windows XP machine.
3. I am only having problems with system, exec....
4. This works on another machine
5. The error code system returns is 65280
6. The script I am trying to run....
Has anyone experienced this problem before?
Sera
I have searched the forum as well as the internet on this problem for a considerable amount of time. I have simplified this script to just one line. I am trying to get the system command to work on my machine. I have been able to successfully run this perl script on another machine. This makes me think I have permission problems for the system command.
Useful Information:
1. I am running this perl script from the command prompt.
2. I am trying to run it on a Windows XP machine.
3. I am only having problems with system, exec....
4. This works on another machine
5. The error code system returns is 65280
6. The script I am trying to run....
Code:
#!/usr/bin/perl
system "copy C:\\Perl\\eg\\PerlEx\\testSystem.pl delete.pl";
Has anyone experienced this problem before?
Sera