You are here: start

Search

You can find the results of your search below.

Results

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@fuss:amiga
  • Any namespace
  • fuss:amiga:arexx (14)
  • fuss:amiga:amigados (1)
  • fuss:amiga:development (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • amigados (fuss:amiga)
  • amitcp (fuss:amiga)
  • arexx (fuss:amiga)
  • hardware (fuss:amiga)
  • installer (fuss:amiga)
  • magicwb (fuss:amiga)
  • command_reference (fus…gados)
  • manual (fuss:amiga:arexx)
  • token_delimited_words (f…exx)
  • amigaos (fuss:ami…evelopment)
  • 4 (fuss:amiga:directoryopus)
  • debugging (fuss:am…xx:manual)
  • elements_of_arexx (fus…anual)
  • functions (fuss:am…xx:manual)
  • getting_started (fuss…manual)
  • glossary (fuss:ami…exx:manual)
  • instructions (fuss:a…x:manual)
  • introducing_arexx (fus…anual)
  • parsing (fuss:ami…exx:manual)
  • workbench_arexx_port (fu…nual)
  • chgword (fuss:ami…ited_words)
  • delword (fuss:ami…ited_words)
  • findword (fuss:ami…ited_words)
  • subword (fuss:ami…ited_words)
  • swapwords (fuss:am…ted_words)
  • words (fuss:amig…mited_words)
  • wordstoupper (fuss:a…ed_words)
  • command_utilities (fus…endix)
  • error_messages (fuss:…ppendix)
  • special_variables (fus…endix)

Fulltext results:

hardware
69 Hits, Last modified: 6 weeks ago
====== Amiga 1200 Motherboard Fixes ====== These are various fixes for different versions of the Amiga 1200 (Escom and Commodore) that will make the Amiga work better with an accelerator card from brands lik... inouts ====== This pinout is consistent with the Amiga A500, A600 and A1200. Commodore was never consis
manual @fuss:amiga:arexx
21 Hits, Last modified: 6 weeks ago
====== Foreword ====== This Amiga ARexx manual carries the copyright: <code> Copyright (c) 2012, 2013, ... om the Internet. ====== About ====== ARexx, the Amiga counterpart of the IBM REXX programming language,... reference section of ARexx commands. * [[fuss/amiga/arexx/manual/introducing_arexx|Chapter 1. Introdu... r gives an overview of ARexx, how it works on the Amiga, and the basic features of the programming langua
introducing_arexx @fuss:amiga:arexx:manual
14 Hits, Last modified: 6 weeks ago
o is ARexx For? ====== You do not need extensive Amiga experience to use ARexx programs and scripts, but... need to know how: * To open a Shell and enter AmigaDOS commands * To use a text editor, such as Not... you should have a basic understanding of both the Amiga Workbench and AmigaDOS environments. Experienced Amiga users may find ARexx easier and more powerful tha
getting_started @fuss:amiga:arexx:manual
10 Hits, Last modified: 6 weeks ago
that pops up - Click on "Save" - Reboot your Amiga. The command to start RexxMast should already be... xxMast >NIL:'' - Save the file. - Reboot your Amiga. ===== To Start ARexx Manually ===== There are ... help organize and make sense of a program. ===== Amiga.rexx ===== This program shows how to use SAY in ... quotes (') or double quotes ("). ==== Program 1. Amiga.rexx ==== <code rexx> /*A simple program*/ SAY '
amigados
9 Hits, Last modified: 6 weeks ago
====== AmigaDOS Command Reference ====== * [[fuss/amiga/amigados/command_reference|AmigaDOS Command Reference]] ====== Copy two Disks ====== In AmigaDOS, this can b
installer
8 Hits, Last modified: 6 weeks ago
ironment variable that is expanded to the current Amiga locale by Installer. One of the drawbacks of usi... m can be observed in the [[http://mcp.a1k.org|MCP Amiga package]] that contains icons such as: * ''MCP... er in English. However the icons found in the MCP Amiga package have a tooltype named ''LANGUAGE'' that i... e of the icon. ====== Using The Proper Commodore Amiga Installer ====== One of the problems with runnin
elements_of_arexx @fuss:amiga:arexx:manual
8 Hits, Last modified: 6 weeks ago
n environment. This is intended for more advanced Amiga users and includes technical details on interproc... st. For example: <code rexx> 'delete' 'myfile' /*AmigaDOS command*/ 'jump' current+10 /*An editor comman... so it is sent to the external host, in this case AmigaDOS. The jump command in the second example is ass... cates that the macro should be issued directly to AmigaDOS. All other host addresses are assumed to refer
debugging @fuss:amiga:arexx:manual
6 Hits, Last modified: 6 weeks ago
to the new window, which is opened as a standard AmigaDOS console. The user can move it and resize it as... ormal output) a Ctrl+C break request generated by AmigaDOS. If the interrupt is not enabled, the program ... D'' - This traps a Ctrl+D break request issued by AmigaDOS. The break request is ignored if the interrupt... E'' - This traps a Ctrl+E break request issued by AmigaDOS. The break request is ignored if the interrupt
parsing @fuss:amiga:arexx:manual
5 Hits, Last modified: 6 weeks ago
the external environment may make a distinction. AmigaDOS uses double-quotes. Strings entered from a She... have a leading blank. <code rexx> answer = "Only Amiga makes it possible." DO forever PARSE VAR answe... til no more words are extracted. The output is: Amiga makes it possible. makes it possible. it possib... sult. ===== Command-line Argument Parsing ===== AmigaDOS uses spaces as command-line argument separator
arexx
4 Hits, Last modified: 6 weeks ago
====== Manual ====== {{indexmenu>fuss/amiga/arexx/manual}} ====== Determine Whether a String Contains D... eral character to replace in a string, the [[fuss/amiga/arexx/manual/functions#translate|TRANSLATE]] buil... nce that delimits each element. {{indexmenu>fuss/amiga/arexx/token_delimited_words}} ====== Compare Two... '. ====== Merge Sort ====== Based on the [[fuss/amiga/arexx#compare_two_strings|string comparer]] we ca
functions @fuss:amiga:arexx:manual
4 Hits, Last modified: 6 weeks ago
ming language. * Function Libraries - a special Amiga shared library. ===== Internal Functions ===== ... built-in functions create and manipulate external AmigaDOS files. Files are referenced by a logical name,... llection of one or more functions organized as an Amiga shared library. The library must reside in ''LIBS... ALL WAITPKT 'MyPort' /*Wait awhile*/ </code> ====== Index ====== {{indexmenu>fuss/amiga/arexx/manual}}
command_reference @fuss:amiga:amigados
3 Hits, Last modified: 6 weeks ago
Format: Diskchange Device/A * Purpose: To tell Amigados that a disk has been changed in a non-autosens... CONS/S QUICK/S * Purpose: Program to initialise Amiga disks * Location: System folder * Parameters:... /S PURE=FORCE/S SYSTEM/S * Purpose: To store an AmigaDOS command in memory (quicker than reloading from
glossary @fuss:amiga:arexx:manual
3 Hits, Last modified: 6 weeks ago
llection of one or more functions organized as an Amiga shared library. A function library must contain a... tring. * message port * An interface in an Amiga application that allows the program to communicat... * A symbol that can be assigned a value. ====== Index ====== {{indexmenu>fuss/amiga/arexx/manual}}
workbench_arexx_port @fuss:amiga:arexx:manual
2 Hits, Last modified: 6 weeks ago
RENAME command does not work like for example the AmigaDOS ''Rename'' command. For example, <code rexx>RE... ADDRESS workbench ZOOMWINDOW root </code> ====== Index ====== {{indexmenu>fuss/amiga/arexx/manual}}
token_delimited_words @fuss:amiga:arexx
1 Hits, Last modified: 6 weeks ago
d before all recursive calls. ====== Index ======= {{indexmenu>fuss/amiga/arexx/token_delimited_words}}
amigaos @fuss:amiga:development
1 Hits, Last modified: 6 weeks ago
instructions @fuss:amiga:arexx:manual
1 Hits, Last modified: 6 weeks ago
command_utilities @fuss:amiga:arexx:manual:appendix
1 Hits, Last modified: 6 weeks ago
error_messages @fuss:amiga:arexx:manual:appendix
1 Hits, Last modified: 6 weeks ago
special_variables @fuss:amiga:arexx:manual:appendix
1 Hits, Last modified: 6 weeks ago

start.txt · Last modified: 2025/11/10 20:53 by office
You are here: start

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.