Welcome, Guest. Please login or register.

Author Topic: Shell script problem  (Read 1222 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline KennyR

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 8081
    • Show all replies
    • http://wrongpla.net
Re: Shell script problem
« on: January 28, 2004, 03:51:16 PM »
To execute a program detached from a script, use Run.

Run >NIL: Foobar

This runs and detaches Foodbar and stops run itself from outputting anything.

Run >NIL: Foobar >NIL:

This makes the whole thing totally quiet, but isn't usually necessary - detached tasks mostly have nowhere to send their output to anyway.