Welcome, Guest. Please login or register.

Author Topic: Pipe AmigaDOS command into shell?  (Read 3243 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Pipe AmigaDOS command into shell?
« on: September 03, 2006, 09:57:44 PM »
- Grab Pipe-1.5.lha
- Unarchive
- Copy Pipe/Pipe to c:
- add 'Resident ADD C:Pipe PURE' to user-startup if you have the system resources.
- edit shell-startup, and add
set _pchar "|"
set _mchar "&&"
- Make sure you have PIPE: mounted. If it's in Storage/DosDrivers, doubleclick it. If you want it permanent, drag the PIPE icon to Devs/DosDrivers.

Try by launching a new shell, and then:
1.> echo "echo foo*Necho bar" | execute in:

Read Pipe.doc for full documentation.