30.10.2010, 13:34
Quote:
|
Printing test to the screen wouldn't stop a command from returning unknown command trust me. If its returning unknown command that means the script doesn't know the command exists (or it returns 0) so print just wouldn't get executed (because to the script it isn't there). It would work with stuff that partially gets executed, i just cant understand how it fixed the problem.
|
<Execute command>
<Print>
<Get required info>
<print>
<do something>
<print>
<return>
So you can see what prints are executed before the command breaks... Well, that's what I did anyway. (:


