I want to use the ">" in a kixtart script, but it doesn't seem to work.

I've tried :

shell "net view > view.txt"
shell "net view "+chr(62)+" view.txt"

The only thing that works is using a batch file, but I want to do it using kix!

Can anyone help me?

Tanx Hans.