in reply to
Re^4: Windows System Command
in thread
Windows System Command
You need to divide by 256:
Process exit status
why divide 256 for the exit code
Comment on
Re^5: Windows System Command
Replies are listed 'Best First'.
Re^6: Windows System Command
by
tarunmudgal4u
(Sexton)
on Aug 08, 2012 at 10:48 UTC
Hi, I got this. But, still, return value of this command is 1 (256/256). That is the failure code on cmd. It means, my command is failing when I'm running it using system command. How to resolve it.
[reply]
In Section
Seekers of Perl Wisdom