The commands deutsche Beschreibung
A command consists of one or two words. The first is the keyword, the second is the statement. A command must fit into one line and must be confirmed with the "return" key.
These are the commands flaC64 understands:
HELP
shows the list of commands
?
same as HELP
KEYS
shows a list of the keys you can use
ABOUT
shows information about flaC64
RESET
resets flaC64
COLOR1 'COLOR'
sets the background color; statement 'COLOR' can be:
BLACK WHITE RED CYAN PURPLE GREEN BLUE YELLOW ORANGE BROWN LIGHTRED GREY1 GREY2 LIGHTGREEN LIGHTBLUE GREY3
example: COLOR1 RED
COLOR2 'COLOR'
sets the bordercolor; statements same as COLOR1 'COLOR'
SOUND ON
turns all sounds on and plays the last selected SID
SOUND OFF
turns all sounds off and stops a SID playing
GOTO 'URL'
opens a new browser window with the specified 'URL'
example: GOTO WWW.JUGGERNART.COM
MAILTO 'EMAIL'
shows an e-mail form to send an email to the specified 'EMAIL' adress
example: MAILTO JUGGERNART@JUGGERNART.COM
LIST 'STATEMENT'
lists the content of the specified 'STATEMENT';
'STATEMENT' can be: KEYS COMMANDS COLORS SIDS LINKS PAGES STATS
example: LIST SIDS shows a list of the SID modules that can be played with the PLAY 'SID' command
example: LIST STATS shows the number of users of flaC64
example: LIST PAGES shows a list of the available subpages; subpages can be opened with the GOSUB 'PAGE' command
PLAY 'SID'
plays a SID module specified by 'SID'; 'SID' can be SID1 SID2
SID10
SID0 stops a playing SID
example: PLAY SID7;
the PLAY 'SID' command only works with the SIDPlugin installed on your system
SAVE PREFS
saves the current user settings (colors, sound, sid) in a cookie file; next time the user opens flaC64 or on RESET, flaC64 starts with the saved settings; Works with a cookie enabled browser only
SAVE DOCS
downloads the flaC64 user guide
GOSUB 'PAGE'
opens a subpage defined by 'PAGE' in a new browser window
example: GOSUB PAGE1
Die Kommandos
Ein Kommondo besteht aus einem oder zwei Wörtern. Das erste ist das Schlüsselwort, das zweite eine Erweiterung. Ein Kommando muss in einer Zeile geschrieben werden und muss mit "return" bestätigt werden.
Folgende Kommandos versteht flaC64:
HELP
zeigt eine Liste der Kommandos
?
wie HELP
KEYS
zeigt eine Liste der benutzbaren Tasten
ABOUT
zeigt Informationen zu flaC64
RESET
setzt flaC64 zurück
COLOR1 'FARBE'
setzt die Hintergrundfarbe; Erweiterung 'FARBE' muss eins der folgenden Wörter sein:
BLACK WHITE RED CYAN PURPLE GREEN BLUE YELLOW ORANGE BROWN LIGHTRED GREY1 GREY2 LIGHTGREEN LIGHTBLUE GREY3
Beispiel: COLOR1 RED
COLOR2 'FARBE'
setzt die Randfarbe; Erweiterung wie bei COLOR1 'FARBE'
SOUND ON
schaltet alle Sounds an und spielt die zuletzt gewählte SID
SOUND OFF
schaltet alle Sounds aus und stoppt eine laufende SID
GOTO 'URL'
öffnet ein neues Browserfenster mit der angegebenen 'URL'
Beispiel: GOTO WWW.JUGGERNART.COM
MAILTO 'EMAIL'
zeichnet ein Email-Formular, um eine Email an die Emailadresse 'EMAIL' zu senden
Beispiel: MAILTO JUGGERNART@JUGGERNART.COM
LIST 'SCHLÜSSELWORT'
zeigt eine Liste zum dazugehörigen 'SCHLÜSSELWORT';
'SCHLÜSSELWORT' kann eins der folgenden Wörter sein: KEYS COMMANDS COLORS SIDS LINKS PAGES STATS
Beispiel: LIST SIDS zeigt eine Liste der SID module, die mit dem PLAY 'SID' kommando abgespielt werden können
Beispiel: LIST STATS zeigt die Anzahl der Benutzer von flaC64
Beispiel: LIST PAGES zeigt eine Liste der verfügbaren Unterseiten; Unterseiten können mit dem GOSUB 'PAGE' Befehl geöffnet werden
PLAY 'SID'
spiel ein SID modul. 'SID' kann SID1 SID2
SID10 sein
SID0 stoppt ein laufendes SID
Beispiel: PLAY SID7;
PLAY 'SID' funktioniert nur mit dem installiertem SIDPlugin
SAVE PREFS
speichert die momentanen Einstellungen (Farben, Sound, SID) in einem cookie; Beim nächsten Start oder bei einem RESET von flaC64, startet flaC64 mit den gespeicherten Einstellungen; Cookies müssen vom Browser akzeptiert werden
SAVE DOCS
lädt das flaC64 Handbuch (in Englisch)
GOSUB 'PAGE'
öffnet eine Unterseite definiert durch 'PAGE' in einem neuen Browserfenster
Beispiel: GOSUB PAGE1