hello all
i have written a code in which it is trying to run qcmd.dat file which runs a tool. while the command executes and provides the required output but an error saying
cant spawn "cmd.exe" at line ......
the tool has many version so qcmd.dat for a version is determined by setting file name provided. please help..thanks in advance
print("Enter y or n to continue with synthesis \n"); my $choice = <STDIN>; chop($choice); if ($choice eq "y") { system (`qcmd.bat $toplevelentity`); } else { print "continue manually with synthesis\n"; }
In reply to error:cant spawn "cmd.exe" by mrityunjaynath
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |