Hi!

My big problem is, that I can't use all paramters when i execute a programm via SHELL.

Example: I want to execute THIS

netstat -n >net.txt

which should execute netstat and write the output to a file.

"Netstat -n" works fine, but ">" or ">>" does not work!

Now I have to execute a batch file, which is not a very good solution.

Thx for your help and time
Daemon72