Thread fork und growisofs
(12 answers)
Opened by cyborg0001 at 2011-03-31 10:30
Prüfst du das zwischen dem system und dem exit?
Code (perl): (dl
)
1 2 3 system("growisofs -Z $device=$isofile >$tmpfile 2>&1"); if ($?==-1){print "Failure: $!\n";} exit; |