OS4 DepotLogo by Alkaron 
(anonymous IP: 3.144.172.115,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Utility » Shell » openguide.lha

Openguide

Description: Command to open an Amigaguide at specified node
Download: openguide.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 4kb
Version: 1.1
Date: 14 Jun 12
Author: xenic
Submitter: xenic
Requirements: AmigaOS PPC - amigaguide.library
Category: utility/shell
Replaces: utility/shell/openguide.lha
License: Freeware
Distribute: yes
Min OS Version: 4.0
FileID: 7171
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads:  (Current version)
 (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
Name: OpenGuide

Format: OpenGuide [NAME] <filename> [NODE <nodename>] [PUBSCREEN <name>]

Template: NAME/A,NODE/K,PUBSCREEN/K

Default ARexx Port: OPENGUIDE<.port#.port#> (e.g. OPENGUIDE.1.1)

Example: OpenGuide docs.guide NODE about PUBSCREEN Internet PORT MYPORT

Function: 
  OpenGuide is a shell command that will open a named AmigaGuide
  at a specified node on a specified screen with a specified port.
  If no node argument is specified the guide will open at the "main"
  node. If no screen argument is specified the guide will be opened
  on the default public screen. The default port name "OPENGUIDE"
  will be used if no port argument is specified. Amigaguide.library
  will add port numbers to the port name to distinguish multiple
  instances of opened AmigaGuides.

  OpenGuide is synchronous and will not return to the command line
  until the user closes the AmigaGuide. The opened guide can be
  controlled with the standard AmigaGuide ARexx commands.

ARexx:
  Some AmigaGuide ARexx commands must be addressed to the primary
  port number (OPENGUIDE.1) and others addressed to the secondary
  port number (OPENGUIDE.1.1). Here are some examples:
     rx "ADDRESS OPENGUIDE.1.1;NEXT"      (move to next node)
     rx "ADDRESS OPENGUIDE.1.1;PREVIOUS"  (move back one node)
     rx "ADDRESS OPENGUIDE.1.1;RETRACE"   (move to last viewed node)
     rx "ADDRESS OPENGUIDE.1;LINK mylink" (move to specified node)
     rx "ADDRESS OPENGUIDE.1;LINK main"   (move to main node)
     rx "ADDRESS OPENGUIDE.1;QUIT"        (Close the AmigaGuide)

Source included.

xenic


Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment