Welcome, Guest. Please login or register.

Author Topic: Does run NIL> xxx still work in OS 3.9?  (Read 2591 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Does run NIL> xxx still work in OS 3.9?
« on: June 22, 2005, 03:12:02 PM »

> redirects output to the specified file
< redirects input from the specified file
<> redirects both to/from the specified file
nil: is a file system which trashes every output or gives no input.

run >nil: newmouse

is fully sufficient to detach newmouse from the CLI window.

Bye,
Thomas