Quite a regular
Joined: 2010/5/16 12:20 Last Login
: 2018/10/16 8:05
From Grimsby, UK
Group:
Registered Users
|
Hey,
Perhaps some fellow can help me with another shell issue.
Take the following:
Eval 1+2+3 >T:whatever
The output correctly rights to T:whatever.
If I type:
Eval hello >T:whatever
The data doesn't go to T:whatever, which is fine. But is there anyway I can stop the resulting help appearing in the shell window.
I tried:
Eval hello >T:whatever >nil:
Didn't work
I tried:
Run <nil: >nil: eval hello >T:whatever >nil:
Which is overkill... but still didn't work xD
Help!
|