
ikarapet
Novice
May 19, 2009, 6:23 AM
Post #1 of 5
(8727 views)
|
Getting error while using system() in MS-DOS
|
Can't Post
|
|
HI all, You maybe remember me with my tries to run a PERL executable from MS-DOS. So now I am trying to write Perl script in MS-DOS and I use perl5 for MS-DOS. I face a problem while using system("program_name"); in my script. It runs the program, prints the output and then exits with error: General Protection fault at eip=600b6; flags=3006 eax=008f0008; ebx = .............................. the program itself runs without errors - I checked, but once I am running it from the script - the above error is displayed. Any clue why am I getting this?
|