Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1817 → Rev 1818

/help/help-br/title
1,0 → 0,0
SISTEMA DE AJUDA DO SVARDOS [20240614]
SISTEMA DE AJUDA DO SVARDOS [20240620]
/help/help-de/newbie.ama
1,71 → 1,85
 
Hallo Newbie! Gratulation!
 
Du hast den ersten wichtigen Schritt zum Verstehen von SvarDOS gemacht.
Du hast die Schnellanleitung für SvarDOS gefunden!
Viele der Befehle, die ich erklären möchte, funktionieren auch unter
Windows und - mit Einschränkungen - unter Linux und Mac OS, d.h.
diese Anleitung hilft dir auch dabei, die Grundlagen anderer Betriebs-
systeme zu verstehen.
Du hast den ersten wichtigen Schritt zum Verstehen von SvarDOS gemacht. Du
hast die Schnellanleitung für SvarDOS gefunden!
Viele der Befehle, die ich erklären möchte, funktionieren auch unter Windows
und - mit Einschränkungen - unter Linux und Mac OS, d.h. diese Anleitung
hilft dir auch dabei, die Grundlagen anderer Betriebssysteme zu verstehen.
 
KAPITEL EINS:
 
Der Computer läuft und zeigt dir C:\ und du hast keine Ahnung was zu
tun ist? Tippe einfach mal folgendes ein:
"ver" (Hilfe ist "ver /h") und SvarDOS zeigt dir die Versionsnummer
des Kernels und der Shell (command.com).
Der Computer läuft und zeigt dir C:\ und du hast keine Ahnung was zu tun ist?
Tippe einfach mal folgendes ein:
 
"ver" (Hilfe ist "ver /h") und SvarDOS zeigt dir die Versionsnummer des
Kernels und der Shell (command.com).
 
Probiere als nächstes:
"dir" oder "dir /p" oder "dir /w" oder "dir /?"
 
Was passiert? Dieser Befehl zeigt den Inhalt des aktuellen Verzeichnisses
(englisch: "dir"ectory), in dem du gerade bist. Abhängig von der gewähl-
ten Option wird es ohne Sortierreihenfolge, seitenweise, bzw. in Zeilen
angezeigt oder du siehst die Hilfe zu diesem Befehl, der dir noch viel
mehr Optionen anzeigt. Du kannst "dir" in jedem Verzeichnis, in dem du
dich befindest, ausführen. Die Hilfe ist für fast alle ausführbaren
Dateien ("*.exe")verfügbar, es gibt folgende Varianten:
(englisch: "dir"ectory), in dem du gerade bist. Abhängig von der gewählten
Option wird es ohne Sortierreihenfolge, seitenweise, bzw. in Zeilen angezeigt
oder du siehst die Hilfe zu diesem Befehl, die dir noch viel mehr Optionen
anzeigt. Du kannst "dir" in jedem Verzeichnis, in dem du dich befindest, aus-
führen. Die Hilfe ist für fast alle ausführbaren Dateien ("*.exe")verfügbar,
es gibt folgende Varianten:
 
"Befehl /?" z.B. "dir /?", manchmal auch:
"Befehl -h" oder
"Befehl --help",
d.h. es ist nicht notwendig, für jeden unbekannten Befehl sofort in ein
Handbuch zu schauen. Das war der erste Schritt.
Handbuch zu schauen.
 
Das war der erste Schritt.
 
 
Da wir momentan bei C:\ sind, solltest du unter anderem folgende Dateien
sehen:
 
"kernel.sys",
"autoexec.bat",
"config.sys" und vermutlich auch
"command.com" (command.com von SvarDOS ist nicht identisch mit dem von
FreeDOS!) Der Kernel ist das, was der Name sagt: Der Kernel. Ohne ihn
kann das OS nicht booten. Über "autoexec.bat" und "config.sys" sprechen
wir später.
FreeDOS!) Der Kernel ist das, was der Name sagt: Der Kernel. Ohne ihn kann
das OS nicht booten. Über "autoexec.bat" und "config.sys" sprechen wir
später.
 
"command.com" ist eine sehr wichtige Datei. In ihr sind eine Menge an
Befehlen, die ausgeführt werden, wenn man den Befehlsnamen eintippt. Da
sie sich innerhalb von command.com befinden, wirst du keine .exe Dateien
mit diesem Namen finden, weshalb es sich empfiehlt, die Namen der wich-
tigsten im Kopf zu behalten. Da es die meisten dieser Befehle auch unter
Windows gibt, ist das keine sinnlose Zeitverschwendung.
Befehlen, die ausgeführt werden, wenn man den Befehlsnamen eintippt. Da sie
sich innerhalb von command.com befinden, wirst du keine .exe Dateien mit
diesem Namen finden, weshalb es sich empfiehlt, die Namen der wichtigsten im
Kopf zu behalten. Da es die meisten dieser Befehle auch unter Windows gibt,
ist das keine sinnlose Zeitverschwendung.
 
"dir" mit seinen Optionen ist einer von ihnen. Andere wichtige Befehle
innerhalb von command.com sind:
"cls", "cd", "copy", "del", "echo", "md", "path", "rd", "ren", "set",
"ver" und viele andere.
Es macht wirklich Sinn, wenigstens die obigen Befehle im Kopf zu behalten,
da die Windows Kommandozeile (ja, es gibt sie!) sie auch verwendet und
Linux auch ähnliche Befehle mit etwas anderem Namen hat, die den gleichen
Job machen. Das war der zweite Schritt.
"cls", "cd", "copy", "del", "echo", "md", "path", "rd", "ren", "set", "ver"
und viele andere.
 
Es macht wirklich Sinn, wenigstens die obigen Befehle im Kopf zu behalten, da
die Windows Kommandozeile (ja, es gibt sie!) sie auch verwendet und Linux
auch ähnliche Befehle mit etwas anderem Namen hat, die den gleichen Job
machen.
 
Das war der zweite Schritt.
 
 
Wenn du jetzt:
"cls" + ENTER
eingibst, siehst du, daß der Bildschirm "geputzt" wird.
 
Tippe:
"md TESTDIR" + ENTER und dann
"dir" + ENTER
und du wirst feststellen, daß ein neues Verzeichnis "TESTDIR" erstellt
wurde. Abhängig davon, welche Option du verwendet hast, wird das Ver-
zeichnis als "<TESTDIR>" (bei "dir") oder "[TESTDIR]" (bei "dir/w")
angezeigt.
Dateien zeigen eine Erweiterung mit maximal 3 Zeichen und - abhängig von
der Option, die du bei "dir" gewählt hast - die Größe und das Erstell-
datum der Datei. Du hast dein erstes Verzeichnis ("Ordner") erstellt!!!
und du wirst feststellen, daß ein neues Verzeichnis "TESTDIR" erstellt wurde.
Abhängig davon, welche Option du verwendet hast, wird das Verzeichnis als
"<TESTDIR>" (bei "dir") oder "[TESTDIR]" (bei "dir/w") angezeigt.
Dateien zeigen eine Erweiterung mit maximal 3 Zeichen und - abhängig von der
Option, die du bei "dir" gewählt hast - die Größe und das Erstelldatum der
Datei. Du hast dein erstes Verzeichnis ("Ordner") erstellt!!!
 
Tippe jetzt bitte:
"cd TESTDIR" + ENTER
und du bist plötzlich in dem Verzeichnis:
74,212 → 88,249
"." und "..".
"." steht für das "aktuelle Verzeichnis" während
".." bedeutet, daß es "Verzeichnisse gibt, die näher an C:\" sind.
 
Das bedeutet folgendes:
Mit "cd ORDNERXX" (ORDNERXX ist dein Verzeichnisname) kommst du in
ein Verzeichnis. Mit:
Mit "cd ORDNERXX" (ORDNERXX ist dein Verzeichnisname) kommst du in ein
Verzeichnis. Mit:
"cd .." kommst du zurück in ein Verzeichnis, welches näher an C:\ ist.
Du kannst in einem Verzeichnis ein Unterverzeichnis erstellen, z.B.:
"SUBDIR1" indem du folgendes eintippst:
"md SUBDIR1" während du dich im Verzeichnis "C:\TESTDIR" befindest.
 
Mit dem Befehl:
"cd SUBDIR1" kommst du hinein, mit
"cd .." kommst du heraus. Wenn du dich direkt zu "C:\" zurückbewegen
willst, kannst du auch folgende Befehle eingeben:
"cd \" oder "cd C:\".
 
Das funktioniert mit allen existierenden Verzeichnissen, d.h. du kannst
direkt über Kreuz zu anderen Verzeichnissen springen, z.B.:
"cd C:\SVARDOS\DOC"
Du siehst, es ist sehr einfach, sich mit einigen wenigen Befehlen quer
durch die ganze Festplattenverzeichnisstruktur zu bewegen!
 
Du siehst, es ist sehr einfach, sich mit einigen wenigen Befehlen quer durch
die ganze Festplattenverzeichnisstruktur zu bewegen!
 
Das war der dritte Schritt.
 
Tja, das waren die Zeiten vor den graphischen Benutzeroberflächen. Aber
es funktioniert auf modernen Systemen immer noch, selbst wenn sich manch-
mal die Befehlsnamen etwas ändern. OK, wir haben jetzt das Verzeichnis
 
Tja, das waren die Zeiten vor den graphischen Benutzeroberflächen. Aber es
funktioniert auf modernen Systemen immer noch, selbst wenn sich manchmal die
Befehlsnamen etwas ändern.
 
OK, wir haben jetzt das Verzeichnis:
"TESTDIR" und dort das Unterverzeichnis "SUBDIR1" erstellt.
Niemand will so einen Verzeichnisnamen haben. Nach einer Woche weiß
keiner mehr, wofür dieses Verzeichnis gut ist. Bitte bedenke, daß SvarDOS
wie alle anderen DOSse nur 8.3 unterstützt, was bedeutet, daß der Datei-
name maximal 8 Zeichen und die Dateiendung 3 Zeichen lang sein darf, z.B.
Niemand will so einen Verzeichnisnamen haben. Nach einer Woche weiß keiner
mehr, wofür dieses Verzeichnis gut ist. Bitte bedenke, daß SvarDOS wie alle
anderen DOSse nur 8.3 unterstützt, was bedeutet, daß der Dateiname maximal 8
Zeichen und die Dateiendung 3 Zeichen lang sein darf, z.B.:
"dateinam.txt". Die Dateiendung sagt aus, wofür die Datei gut ist.
Datei- oder Unterverzeichnisnamen können in einem Verzeichnis nur einmal
vergeben werden. Aber du kannst den gleichen Dateinamen mit einer anderen
Dateiendung vergeben, z.B.:
"dateinam.doc". In einem anderen Verzeichnis können sie hingegen noch-
mals verwendet werden.
Verzeichnisse dürfen nicht länger als 8 Zeichen lang sein. Da die Ver-
zeichnisnamen Unsinn sind, wollen wir die LEEREN Verzeichnisse wieder
löschen. Das geht sehr einfach. Da du nicht den Ast absägen willst, auf
dem du sitzt, gehst du zuerst in das zu löschende Verzeichnis, welches
am weitesten von
"C:\" entfernt ist, in diesem Fall C:\TESTDIR\SUBDIR1", prüfst, ob es
leer ist (wie hieß der Befehl? - richtig:
 
Datei- oder Unterverzeichnisnamen können in einem Verzeichnis nur einmal ver-
geben werden. Aber du kannst den gleichen Dateinamen mit einer anderen Datei-
endung vergeben, z.B.:
"dateinam.doc". In einem anderen Verzeichnis können sie hingegen nochmals
verwendet werden.
 
Verzeichnisse dürfen nicht länger als 8 Zeichen lang sein. Da die Verzeich-
nisnamen Unsinn sind, wollen wir die LEEREN Verzeichnisse wieder löschen. Das
geht sehr einfach. Da du nicht den Ast absägen willst, auf dem du sitzt,
gehst du zuerst in das zu löschende Verzeichnis, welches am weitesten von
"C:\" entfernt ist, in diesem Fall C:\TESTDIR\SUBDIR1", prüfst, ob es leer
ist (wie hieß der Befehl? - richtig:
"dir", mehr darüber später), gehst zurück zu:
"C:\TESTDIR" (Welcher Befehl? - richtig: "cd ..") und dann:
"rd SUBDIR1". Prüfe, ob "TESTDIR" leer ist und gehe dann zurück zu:
"C:\" und gebe ein:
"rd TESTDIR". Damit sind deine Testverzeichnisse im "Datennirwana".
Für den Fall, daß in einem der Verzeichnisse Dateien sind, mußt du sie
zuerst entweder verschieben oder löschen. Abhängig davon, ob du ALLE
Dateien (gefährlich!) oder nur spezielle Dateien löschen willst, kannst
du folgendes eingeben:
 
Für den Fall, daß in einem der Verzeichnisse Dateien sind, mußt du sie zuerst
entweder verschieben oder löschen. Abhängig davon, ob du ALLE Dateien
(gefährlich!) oder nur spezielle Dateien löschen willst, kannst du folgendes
eingeben:
"del *.*" (*.* = Wildcard = ALLE!) oder
"del dateinam.txt" (einzelne Datei).
Du kannst auch folgendes tun:
"del *.txt" (löscht alle .txt-Dateien im Verzeichnis) oder "blah*.*"
alle Dateien, deren Name mit "blah" beginnt. Um Verzeichnisse zu
löschen, mußt du dich zuerst aus dem LEEREN Verzeichnis herausbewegen,
andernfalls würdest du dir deinen eigenen Ast abschneiden.
alle Dateien, deren Name mit "blah" beginnt.
 
Um Verzeichnisse zu löschen, mußt du dich zuerst aus dem LEEREN Verzeichnis
herausbewegen, andernfalls würdest du dir deinen eigenen Ast abschneiden.
"del" wird also zum Löschen ein oder mehrer Dateien verwendet, während
"rd" zum Löschen LEERER Verzeichnisse benutzt wird.
 
Das war der vierte Schritt.
 
Du willst die Verzeichnisse "TESTDIR" und "SUBDIR1" behalten, weil
wichtige Dateien drin sind, aber du magst die Verzeichnisnamen nicht?
Kein Problem, benenne die Verzeichnisse so um, daß du dir den Inhalt
merken kannst.
 
Du willst die Verzeichnisse "TESTDIR" und "SUBDIR1" behalten, weil wichtige
Dateien drin sind, aber du magst die Verzeichnisnamen nicht? Kein Problem,
benenne die Verzeichnisse so um, daß du dir den Inhalt merken kannst.
 
Nachdem du am Ende des vierten Schritts diese Verzeichnisse gelöscht hast,
kannst du jetzt prüfen, ob du dich noch daran erinnern kannst, wie du
sie erstellt hast. Ähm? Weißt du es noch? Wenn ja, gehe zu:
"C:\" (Wie hieß der Befehl? - richtig: "cd \" oder "cd C:\" und gib
ein: "ren TESTDIR URGENT", dann gehe zu "C:\URGENT" (du weißt sicher
noch den Befehl) und gib ein:
kannst du jetzt prüfen, ob du dich noch daran erinnern kannst, wie du sie
erstellt hast. Ähm? Weißt du es noch? Wenn ja, gehe zu:
"C:\" (Wie hieß der Befehl? - richtig: "cd \" oder "cd C:\" und gib ein:
"ren TESTDIR URGENT", dann gehe zu "C:\URGENT" (du weißt sicher noch den
Befehl) und gib ein:
"ren SUBDIR1 CONTRACT". Jetzt solltest du die Verzeichnisse
"C:\URGENT\CONTRACT" anstelle von "C:\TESTDIR\SUBDIR" haben.
 
So, jetzt wollen wir eine Datei erstellen. Das kannst du mit dem externen
SvarDOS Befehl: "sved" oder einem anderen Editor machen.
SVED arbeitet sehr einfach aber ein bischen anders als moderne Editoren
wie z.B. das Windows Notepad. Tippe einfach "sved" ein und die Benutzer-
oberfläche öffnet sich, tippe auf die "ESC"-Taste und du erhältst die
Auswahl: "Datei öffnen", "Speichern", "Speichern als..." "Datei
schließen", "EOL ändern" (= end of line im DOS- oder Linuxstil) und
"Beenden". Du kannst auch "sved" ausführen, einen Text eingeben und mit
"ESC" speichern. Das sollte auch für einen Newbie einfach zu verstehen
sein. Aber das kann ja jeder. Sind wir jeder? NEIN! Wir testen "ECHO"!
Ich bin mir ziemlich sicher, daß du schon mal davon gehört hast, was
passiert, wenn du folgendes eingibst:
"echo Hello World!" Falls nicht, tippe es einfach ein und schaue es an.
SVED arbeitet sehr einfach aber ein bischen anders als moderne Editoren wie
z.B. das Windows Notepad. Tippe einfach "sved" ein und die Benutzerober-
fläche öffnet sich, tippe auf die "ESC"-Taste und du erhältst die Auswahl:
"Datei öffnen", "Speichern", "Speichern als..." "Datei schließen", "EOL
ändern" (= end of line im DOS- oder Linuxstil) und "Beenden". Du kannst
auch "sved" ausführen, einen Text eingeben und mit "ESC" speichern. Das soll-
te auch für einen Newbie einfach zu verstehen sein. Aber das kann ja jeder.
 
Sind wir jeder? NEIN! Wir testen "ECHO"! Ich bin mir ziemlich sicher, daß du
schon mal davon gehört hast, was passiert, wenn du folgendes eingibst:
"echo Hello World!" Falls nicht, tippe es einfach ein und schaue es dir an.
Jetzt schicken wir das Ergebnis nicht an den Monitor sondern in eine
Datei.
"echo Hello World!" > C:\URGENT\CONTRACT\world.txt"
Du kannst einen zweiten oder mehr Sätze hinzufügen, indem du eintippst:
"echo I am fine! How are you? >> C:\URGENT\CONTRACT\world.txt"
">" fügt den Text in der ersten Zeile hinzu.
">>" fügt den Text in einer neuen Zeile hinzu.
Super, du hast deine erste einfache Textdatei erstellt, rate mal, wo du
sie findest? Und wie man sie mit dem "sved" Befehl öffnet? Natürlich ganz
einfach. Unter Windows kannst du sie öffnen, indem du die Datei im
richtigen Verzeichnis findest und auf den Dateinamen doppelklickst. Das
korrespondierende Programm öffnet sich automatisch. Unter SvarDOS machst
du im Prinzip nichts anderes, aber umgekehrt:
 
Super, du hast deine erste einfache Textdatei erstellt, rate mal, wo du sie
findest? Und wie man sie mit dem "sved" Befehl öffnet? Natürlich ganz ein-
fach. Unter Windows kannst du sie öffnen, indem du die Datei im richtigen
Verzeichnis findest und auf den Dateinamen doppelklickst. Das korrespondie-
rende Programm öffnet sich automatisch. Unter SvarDOS machst du im Prinzip
nichts anderes, aber umgekehrt:
"sved C:\URGENT\CONTRACT\world.txt"
 
Will heißen: Du sagst: Verwende das Programm "sved" und öffne die Datei
"world.txt" die sich in diesem oder jenem Ordner befindet. Wenn das nicht
"world.txt" die sich in diesem oder jenem Ordner befindet. Wenn das nicht
funktioniert, tippe:
"C:\SVARDOS\sved C:\URGENT\CONTRACT\world.txt", ODER, falls du dich in
"C:\URGENT\CONTRACT" befindest: "C:\SVARDOS\sved world.txt" ODER
"sved world.txt".
 
Das war der fünfte Schritt.
 
 
Mit dem Befehl:
"copy" kannst du genau das tun, was der Name sagt: kopieren. Grund-
legende Regel: Du kopierst eine Datei von der Quelle zum Ziel, vergiß
dabei nicht, wo die world.txt sich aktuell befindet.
"copy C:\URGENT\CONTRACT\world.txt C:\URGENT" - und schon hast du das
Dokument zweimal. Anstelle von "world.txt" kannst du auch sogenannte
Wildcards verwenden, z.B.:
"copy" kannst du genau das tun, was der Name sagt: kopieren. Grundlegende
Regel: Du kopierst eine Datei von der Quelle zum Ziel, vergiß dabei nicht,
wo die world.txt sich aktuell befindet.
"copy C:\URGENT\CONTRACT\world.txt C:\URGENT" - und schon hast du das Doku-
ment zweimal. Anstelle von "world.txt" kannst du auch sogenannte Wildcards
verwenden, z.B.:
"*.txt" oder "world*.*" oder "*.*".
 
Anstatt Dateien zu kopieren kannst du sie auch von einer Position an eine
andere mit dem EXTERNEN (nicht in der command.com enthalten) Befehl:
"move" verschieben. Es gilt die gleiche Grundregel: Verschiebe die
Datei von der Quelle zum Ziel, z.B.:
"move" VERSCHIEBEN. Es gilt die gleiche Grundregel: Verschiebe die Datei
von der Quelle zum Ziel, z.B.:
"move C:\URGENT\CONTRACT\world.txt C:\URGENT\test2.txt
Bitte vergessen nicht, daß der Befehl "move" bedeutet, daß du KEINE KOPIE er-
stellst!
 
Fantastisch! Willst du noch mehr über dieses große OS erfahren? Dann
versäume nicht das zweiter Kapitel von Newbie! Ruh dich jetzt erst mal
aus! Das war der sechste Schritt.
Fantastisch! Willst du noch mehr über dieses große OS erfahren? Dann versäume
nicht das zweiter Kapitel von Newbie! Ruh dich jetzt erst mal aus!
 
Das war der sechste Schritt.
 
 
KAPITEL ZWEI:
 
Du hast Kapitel eins der Newbies Hilfe überlebt? Und du bist immer noch
an SvarDOS interessiert? Super!
Du hast Kapitel eins der Newbies Hilfe überlebt? Und du bist immer noch an
SvarDOS interessiert? Super!
 
Vielleicht hast du versucht, einige Befehle aus dem Kapitel eins auszu-
führen und sie haben nicht funktioniert? Es erschien eine Meldung: Befehl
oder Dateiname nicht gefunden? Du verstehst nicht, warum das passiert
ist? Was hast du falsch gemacht? Nichts! Alles ist in Ordnung!
Der Grund dafür ist sehr einfach: Ohne bestimmte Befehle, die ich später
erklären werde, kann SvarDOS nur Befehle ausführen, die sich in deinem
aktuellen Verzeichnis befinden. Zum Beispiel befindet sich sved im Ver-
zeichnis:
Vielleicht hast du versucht, einige Befehle aus dem Kapitel eins auszuführen
und sie haben nicht funktioniert? Es erschien eine Meldung: Befehl oder
Dateiname nicht gefunden? Du verstehst nicht, warum das passiert ist? Was
hast du falsch gemacht? Nichts! Alles ist in Ordnung!
 
Der Grund dafür ist sehr einfach: Ohne bestimmte Befehle, die ich später er-
klären werde, kann SvarDOS nur Befehle ausführen, die sich in deinem aktu-
ellen Verzeichnis befinden. Zum Beispiel befindet sich sved im Verzeichnis:
"C:\SVARDOS\" während du dich gerade im Verzeichnis "C:\" befindest.
SvarDOS schaut unter "C:\" nach und findet dort kein "sved.com". Es sagt
dann einfach: Ich kenne diesen Befehl nicht und weiß auch nicht, wo ich
ihn finden könnte.
Um dies und eine Menge anderer Sachen zu ermöglichen, verwendet SvarDOS
zwei Dateien, die sich auf "C:\" befinden. Sie heißen:
SvarDOS schaut unter "C:\" nach und findet dort kein "sved.com". Es sagt dann
einfach: Ich kenne diesen Befehl nicht und weiß auch nicht, wo ich ihn finden
könnte.
 
Um dies und eine Menge anderer Sachen zu ermöglichen, verwendet SvarDOS zwei
Dateien, die sich auf "C:\" befinden. Sie heißen:
"config.sys" und "autoexec.bat".
Der Inhalt dieser Dateien ist in einem les- und schreibbaren Textformat,
so daß es sehr einfach ist, sie an deine Bedürfnisse anzupassen, indem du
(rate mal) den
Der Inhalt dieser Dateien ist in einem les- und schreibbaren Textformat, so
daß es sehr einfach ist, sie an deine Bedürfnisse anzupassen, indem du (rate
mal) den
"sved" Befehl verwendest, z.B.:
"sved C:\config.sys" oder "sved C:\autoexec.bat".
"config.sys" ist die erste Datei, die vom Kernel gestartet wird. Indem
du sie verwendest, kannst du Treiber laden, die benötigt werden, um die
Fähigkeiten von SvarDOS zu erweitern. Zum Beispiel kannst du "himemx" und
"emm386" (nicht bei SvarDOS!) installieren, die es ermöglichen, mehr als
640 KB RAM zu verwenden. Du kannst dort den grundlegenden CD-ROM-Treiber
laden, die Bildschirmgröße begrenzt ändern, Ländereinstellungen vor-
nehmen, aber auch ein Menü erstellen, mit dem du auswählen kannst, ob du
mit diesem oder jenem Treiber (in Abhängigkeit von den aktuellen
Bedürfnissen) starten willst. Eine wichtige Einstellung, die du in der
config.sys vornehmen solltest, ist, "command.com" und seine "ENVIRONMENT"
(Umgebung) permanent zu laden, da dies viele Vorteile hat. Aber das führt
hier zu weit. Das war der siebte und ein sehr wichtiger Schritt.
"config.sys" ist die erste Datei, die vom Kernel gestartet wird. Indem du
sie verwendest, kannst du Treiber laden, die benötigt werden, um die Fähig-
keiten von SvarDOS zu erweitern. Zum Beispiel kannst du "himemx" und "emm386"
(nicht bei SvarDOS!) installieren, die es ermöglichen, mehr als 640 KB RAM zu
verwenden. Du kannst dort den grundlegenden CD-ROM-Treiber laden, die Bild-
schirmgröße begrenzt ändern, Ländereinstellungen vornehmen, aber auch ein
Menü erstellen, mit dem du auswählen kannst, ob du mit diesem oder jenem
Treiber (in Abhängigkeit von den aktuellen Bedürfnissen) starten willst. Eine
wichtige Einstellung, die du in der config.sys vornehmen solltest, ist,
"command.com" und seine "ENVIRONMENT" (Umgebung) permanent zu laden, da dies
viele Vorteile hat. Mehr darüber in Schritt 8.
 
Das war der siebte und ein sehr wichtiger Schritt.
 
 
Nachdem "config.sys" geladen ist, wird die nächste wichtige Datei,
"command.com" (in Abhängigkeit von den Einstellungen, die du in der
"config.sys" getätigt hast, geladen, z.B:
"SHELL=C:\command.com /E:512 /P=C:\autoexec.bat".
Du kannst statt command.com auch andere Shells verwenden, aber diese
Datei wird mit SvarCOM geliefert.
Du kannst statt command.com auch andere Shells verwenden, aber diese Datei
wird mit SvarCOM geliefert.
"/P" sagt, welche autoexec.bat SvarDOS beim Start verwenden soll. Mit
"/E" kannst du die Größe der ENVIRONMENT (Umgebung) definieren, was
sehr hilfreich ist, wie bereits weiter oben erwähnt.
"/E" kannst du die Größe der ENVIRONMENT (Umgebung) definieren, was sehr
hilfreich ist, wie bereits weiter oben erwähnt.
 
"autoexec.bat" ist eine sogenannte Batchdatei. Sie wird Zeile für Zeile
gelesen und interpretiert. Damit kannst du SvarDOS z.B. sagen, daß es die
Ländereinstellungen und Codepages ändern soll, einen Tastaturtreiber und
einen Maustreiber oder den zweiten Teil des CD-ROM-Treibers laden soll
oder daß es ein spezielles Programm / Spiel / was auch immer automatisch
starten soll.
einen Maustreiber oder den zweiten Teil des CD-ROM-Treibers laden soll oder
daß es ein spezielles Programm / Spiel / was auch immer automatisch starten
soll.
 
Mit dem Befehl:
"set" der in command.com integriert ist, kannst du Variablen erstellen,
die die bereits erwähnte ENVIRONMENT auffüllen mit z.B.:
"set TEMP=C:\TEMP" (Verzeichnis für temporäre Dateien)
"set" der in command.com integriert ist, kannst du Variablen erstellen, die
die bereits erwähnte ENVIRONMENT auffüllen mit z.B.:
"set path=C:\SVARDOS;C:\SVARDOS\NLS" (SVARDOS sucht nach einem Befehl wie
z.B. "sved" in dann C:\SVARDOS und dann C:\SVARDOS\NLS). Es startet den
ersten korrekten Treffer, alle anderen werden ignoriert. Das kann bei Dateien
mit gleichen Namen in diesen Verzeichnissen zu Fehlern führen!). Da "path"
auch ein externer Befehl ist, kann auch
"path C:\SVARDOS;C:\SVARDOS\NLS" (ohne set und =) funktionieren!
 
"set TEMP=C:\TEMP" (Verz. für temporäre Dateien, %TEMP% steht für C:\TEMP)
"set DOSDIR=C:\SVARDOS" (%DOSDIR% bedeutet jetzt: C:\SVARDOS)
"set NLSPATH =C:\%DOSDIR%\NLS (verwendet DOSDIR -> C:\SVARDOS\NLS)
"set NLSPATH =%DOSDIR%\NLS (%NLSPATH% bedeutet jetzt C:\SVARDOS\NLS)
"set TZ=UTC" (für Zeitzoneneinstellungen) oder
"set LANG=DE" (für Spracheinstellungen) oder
"set OS_VERSION=1.3" usw.
Um sie automatisch zu laden, kannst du obige Befehle in die autoexec.bat
schreiben.
SvarDOS schreibt diese Einstellungen als Variablen in die ENVIRONMENT
und hält sie dort solange es läuft. Du kannst später auch andere Variab-
len hinzufügen, aber verwende bitte keine Namen, die schon bestehen.
Der Befehl:
SvarDOS schreibt diese Einstellungen als Variablen in die ENVIRONMENT und
hält sie dort solange es läuft. Du kannst später auch andere Variablen hinzu-
fügen, aber verwende bitte keine Namen, die schon bestehen. Der Befehl:
"set" ohne Optionen listet alle gesetzten Variablen auf,
"set variable=" löscht eine Variable.
Beispiel:
"set variable=" löscht eine Variable, das ist gefährlich, siehe oben!
Beispiel (funktioniert in FreeDOS als bat-Datei und in der Kommandozeile,
aber in SvarDOS NUR in der BATCH):
"echo Die aktuelle SvarDOS-Version ist: %OS_VERSION ."
zeigt:
"Die aktuelle SvarDOS-Version ist: 1.3 ."
Es gäbe noch viele Dinge, die mit der autoexec.bat gemacht werden können,
aber das führt für eine Schnellanleitung zu weit. Aber du weißt jetzt,
wie du dein SvarDOS OS verändern kannst, um damit zu arbeiten.
Ich könnte noch viel mehr erzählen, aber das ist nur ein erster Schritt
zu SvarDOS.
aber das führt für eine Schnellanleitung zu weit. Aber du weißt jetzt, wie du
dein SvarDOS OS verändern kannst, um damit zu arbeiten.
Ich könnte noch viel mehr erzählen, aber das ist nur ein erster Schritt zu
SvarDOS.
 
Der letzte Schritt acht ist erledigt.
 
 
Vielen Dank fürs Lesen!
 
Willi Spiegl
Willi Spiegl
/help/help-de/title
1,0 → 0,0
SVARDOS-HILFESYSTEM [20240614]
SVARDOS-HILFESYSTEM [20240620]
/help/help-en/newbie.ama
1,68 → 1,80
Hi Newbies! Congratulations!
 
You made the first important step in understanding SvarDOS. You found
the Quick instruction manual for SvarDOS!
Many of the reported commands also work in Windows and - with
restrictions - in Linux and Mac OS so that this manual also helps you
to understand the basics of all these OSes.
You made the first important step in understanding SvarDOS. You found the
Quick instruction manual for SvarDOS!
Many of the reported commands also work in Windows and - with restrictions -
in Linux and Mac OS so that this manual also helps you to understand the
basics of all these OSes.
 
CHAPTER ONE:
 
Let's start:
You are at C:\ and have no idea what to do? Simply enter:
 
You are at C:\ and have no idea what to do?
Simply enter:
"ver" (help is "ver /h") and SvarDOS shows you the version number of
the Kernel and the Shell (command.com).
"ver" (help is "ver /h") and SvarDOS shows you the version number of the
Kernel and the Shell (command.com).
 
As a next try:
"dir" or "dir /p" or "dir /w" or "dir /?"
 
What happens? This command shows the content of the current "dir"ectory
(folder) where you actually are. Depending on which option you have
chosen you see it without sort order, page wise, in lines or you see
the help to this command which offers much more options. You can do this
in each folder where you are. The help should be available via:
(folder) where you actually are. Depending on which option you have chosen
you see it without sort order, page wise, in lines or you see the help to
this command which offers much more options. You can do this in each folder
where you are. The help should be available via:
 
"command /?" e.g. "dir /?" or in some cases
"command -h" or
"command --help"
for each executable ("*.exe") file so that it is not necessary to open
the manual for each command. This was step 01.
for each executable ("*.exe") file so that it is not necessary to open the
manual for each command.
 
This was step 01.
 
 
As you started in C:\ you should see among others:
 
"kernel.sys",
"autoexec.bat",
"config.sys" and maybe
"command.com" (SvarDOS command.com is different to FreeDOS!).
The kernel is, what it's name says: the kernel. Without it, the
OS will not boot. You will hear about "autoexec.bat" and "config.sys"
later.
The kernel is, what it's name says: the kernel. Without it, the OS will not
boot. You will hear about "autoexec.bat" and "config.sys" later.
 
"command.com" is a very important file. Inside it there are a lot of
commands that can be executed by simply typing the command's name.
As they are inside command.com you will not find external .exe files and
it is recommended to know the names of the important ones by heart.
As most of these commands also exist in Windows it is not a wasted time
to know the most important ones of them.
commands that can be executed by simply typing the command's name. As they
are inside command.com you will not find external .exe files and it is
recommended to know the names of the important ones by heart.
As most of these commands also exist in Windows it is not a wasted time to
know the most important ones of them.
 
"dir" with its options is one of them. Other important commands inside
command.com are:
"cls", "cd", "copy", "del", "echo", "md", "path", "rd" "ren", "set",
"ver" and much more.
 
It makes really sense to keep at least the mentioned commands in mind as
Windows command line (yes, it still exists!) also uses them and Linux
also uses commands with other names that do in about the same job.
Windows command line (yes, it still exists!) also uses them and Linux also
uses commands with other names that do in about the same job.
 
This was step 02.
 
 
Now type:
"cls" + ENTER
and you will see that it clears the screen.
 
Type:
"md TESTDIR" + ENTER and then
"dir" + ENTER
and you will see that a new "dir"ectory (folder) "TESTDIR" has been
created. You will see that a directory shows a sharp click
and you will see that a new "dir"ectory (folder) "TESTDIR" has been created.
You will see that a directory shows a sharp click
"<TESTDIR>" ("dir") as attachment or the name in square brackets like
"[TESTDIR]" ("dir /w") depending on which option you used.
Files show an extension with max 3 characters and - depending on the
option you have chosen at "dir" - the size and the creation date of the
file. You created your first folder!!!
Files show an extension with max 3 characters and - depending on the option
you have chosen at "dir" - the size and the creation date of the file. You
created your first folder!!!
 
Now type:
"cd TESTDIR" + ENTER
and you suddenly are in the folder
70,39 → 82,48
"dir" shows you two symbols:
"." and "..".
"." means "current directory" whereas
".." means "there exist directories closer to C:\". Means: with
".." means "there exist directories closer to C:\".
 
Means: with
"cd FOLDERXX" (FOLDERXX is your foldername) you come into the folder.
With:
"cd .." you come back one folder closer to C:\.
Within a folder you can create another folder, e.g. "SUBDIR1" by
typing:
"md SUBDIR1" when you are inside "C:\TESTDIR". With the
Within a folder you can create another folder, e.g. "SUBDIR1" by typing:
"md SUBDIR1" when you are inside "C:\TESTDIR".
 
With the
"cd SUBDIR1" you get in, with
"cd .." you get out. If you want to move back to "C:\" directly you
can enter:
"cd .." you get out. If you want to move back to "C:\" directly you can
enter:
"cd \" or "cd C:\".
This works with all existing directories and you can crossjump to
other folders (e.g.: cd C:\SVARDOS\DOC").
You see that it is simple to move through the hard disk with a few
commands! This was step 03.
 
This works with all existing directories and you can crossjump to other fol-
ders (e.g.: cd C:\SVARDOS\DOC").
 
You see that it is simple to move through the hard disk with a few commands!
 
This was step 03.
 
 
Well, such were the times before graphical user interfaces! But it still
works on modern systems, maybe the commands change a little.
 
OK, now we have created a folder:
"TESTDIR" and a subfolder:
"SUBDIR1"
inside. Nobody wants to give folders such a name. After one week nobody
remembers what it was good for. Please keep in mind that SvarDOS like
all other DOSes only supports 8.3 which means that the maximum length
is 8 characters for the file name and 3 characters for ending, e.g.
"filename.txt". The ending says something what the file is good for.
remembers what it was good for. Please keep in mind that SvarDOS like all
other DOSes only supports 8.3 which means that the maximum length is 8 cha-
racters for the file name and 3 characters for ending, e.g. "filename.txt".
The ending says something what the file is good for.
 
File and folder names are unique in a directory. But you can use the same
filename with another ending, e.g.:
"filename.doc" in the same folder. They can also be used in another
folder.
Folders must not be longer than 8 characters. As the folder names are
nonsense we want to delete the EMPTY folders again. Very simple: You go
to the subfolder that is most far away from:
"filename.doc" in the same folder. They can also be used in another folder.
 
Folders must not be longer than 8 characters. As the folder names are non-
sense we want to delete the EMPTY folders again. Very simple: You go to the
subfolder that is most far away from:
"C:\" in this case:
"C:\TESTDIR\SUBDIR1", check if it is empty, (Which command? - correct:
"dir", more later), go back to:
110,58 → 131,68
"rd SUBDIR1". Check if "TESTDIR" is empty and then go back to:
"C:\" and enter:
"rd TESTDIR". Your test directories have gone to NIRVANA!
In case that there were files inside one of the folders you have to
delete or move them first. Depending on if you want to delete ALL files
 
In case that there were files inside one of the folders you have to delete or
move them first. Depending on if you want to delete ALL files
(dangerous!) or only a special file you can enter:
"del *.*" (*.* = wildcard = ALL!) or:
"del filename.ext".
You can also use:
"*.txt" for ALL text files or "blah*.*"
for all files starting with "blah". For deleting directories you have
to move out of the EMPTY folder first, otherwise you would cut the tree
you are sitting on. So "del" is used for deleting one or more files and
"rd" for removing EMPTY directories.
"*.txt" for ALL text files or "blah*.*" for all files starting with "blah".
 
For deleting directories you have to move out of the EMPTY folder first,
otherwise you would cut the tree you are sitting on. So "del" is used for
deleting one or more files and "rd" for removing EMPTY directories.
 
This was step 04.
 
You want to keep the folders "TESTDIR" and "SUBDIR1" because important
files are inside but don't like the folder name? No problem, rename the
folders so that you can keep them in mind.
As you have deleted these folders at the end of step 04, you can now
check if you kept in mind how you created them. Eeehhmmm? You got it?
If yes, goto:
 
You want to keep the folders "TESTDIR" and "SUBDIR1" because important files
are inside but don't like the folder name? No problem, rename the folders so
that you can keep them in mind.
 
As you have deleted these folders at the end of step 04, you can now check if
you kept in mind how you created them. Eeehhmmm? You got it? If yes, goto:
"C:\" (Which command? - correct: cd \ or cd C:\) and enter:
"ren TESTDIR URGENT" then go to "C:\URGENT" (I am sure you now know
the command) and enter:
"ren SUBDIR1 CONTRACT". Now you should have the folders
"ren TESTDIR URGENT" then go to "C:\URGENT" (I am sure you now know the
command) and enter:
"ren SUBDIR1 CONTRACT". Now you should have the folders:
"C:\URGENT\CONTRACT" instead of "C:\TESTDIR\SUBDIR".
 
Let's create a file now. You can use the external SvarDOS command:
"sved" or another editor to do so.
SVED works very simple but a little different than modern editors
like e.g. Windows Notepad. Simply type: "sved", the UI opens, type the
"ESC" button - and you get a choice "Open file", "Save", "Save as..."
Close file", "Change EOL" (=end of line in DOS or Linux style) and "Quit".
SVED works very simple but a little different than modern editors like e.g.
Windows Notepad. Simply type: "sved", the UI opens, type the "ESC" button -
and you get a choice "Open file", "Save", "Save as..." Close file", "Change
EOL" (=end of line in DOS or Linux style) and "Quit".
You can also run "sved", type a text and save via "ESC".
Even for a Newbie it should simple to understand. But this can be done by
everyone. Are we everyone? NO! We test "ECHO"! What will it do? I am sure
you already heard what happens if you enter:
everyone.
 
Are we everyone? NO! We test "ECHO"! What will it do? I am sure you already
heard what happens if you enter:
"echo Hello World!" If not, check. Simply type it.
Now we do not send the result to the monitor but into a file.
"echo Hello World! > C:\URGENT\CONTRACT\world.txt".
You can put a second sentence inside by typing:
"echo I am fine! How are you? >> C:\URGENT\CONTRACT\world.txt."
">" adds the text in the first line.
">>" adds the text in a new line.
You created your first simple text file, guess, where you can find it?
And how to open it with the "sved" command? Of course, very simple. In
Windows you can open it by searching the file in a folder and double-
clicking on the filename. The corresponding program opens automatically.
In SvarDOS you do nothing else, but vice-versa:
You created your first simple text file, guess, where you can find it? And
how to open it with the "sved" command? Of course, very simple. In Windows
you can open it by searching the file in a folder and doubleclicking on the
filename. The corresponding program opens automatically. In SvarDOS you do
nothing else, but vice-versa:
"sved C:\URGENT\CONTRACT\world.txt"
Means: You say: use program "sved" and open the file "world.txt" in this
or that folder.
 
Means: You say: use program "sved" and open the file "world.txt" in this or
that folder.
If this should not work, type:
"C:\SVARDOS\sved C:\URGENT\CONTRACT\world.txt"
 
This was step 05.
 
 
With the command:
"copy" you can do exactly what the name says. Basic rule:
You copy a file from source to target, remember where world.txt is now.
168,92 → 199,106
"copy C:\URGENT\CONTRACT\world.txt C:\URGENT" and you have the document
twice. Instead of "world.txt" you can also use wildcards, e.g.:
"*.txt" or "world*.*" or "*.*".
Instead of copying you can move files from one position to another one
with the EXTERNAL (not in command.com) command:
 
Instead of copying you can MOVE files from one position to another one with
the EXTERNAL (not in command.com) command:
"move". Also, basic rule:
Move the file from source to target, e.g.:
"move C:\URGENT\CONTRACT\world.txt C:\URGENT\test2.txt
Please keep in mind that using "move" means that YOU CREATE NO COPY!
 
Fantastic! Do you want to know more about this great OS?
Then do not miss the second chapter of Newbie! Take a short break now!
Fantastic! Do you want to know more about this great OS? Then do not miss the
second chapter of Newbie! Take a short break now!
 
This was step 06.
 
 
CHAPTER TWO:
 
You survived chapter one of the Newbies help? And you are still
interested in SvarDOS? Great!
You survived chapter one of the Newbies help? And you are still interested in
SvarDOS? Great!
 
Maybe you tried to execute some commands in Newbie01 and they did not
work? There appeared a message: command or filename not found? You are
too stupid why this happened? What did you make wrong? Nothing! Every-
thing is correct!
The reason why this happens is very simple: Without certain commands
that will follow later, SvarDOS can only execute commands that are in
your current folder. For example, sved is at:
"C:\SVARDOS\" whereas you are at "C:\". SvarDOS looks at "C:\" and
does not find "sved.com". So it simply says: I do not know this command,
I have no idea where to find it.
To fix this and a lot of other things SvarDOS uses two files that
are at "C:\". They are named:
Maybe you tried to execute some commands in Newbie01 and they did not work?
There appeared a message: command or filename not found? You are too stupid
why this happened? What did you make wrong? Nothing! Everything is correct!
 
The reason why this happens is very simple: Without certain commands that
will follow later, SvarDOS can only execute commands that are in your current
folder. For example, sved is at:
"C:\SVARDOS\" whereas you are at "C:\". SvarDOS looks at "C:\" and does not
find "sved.com". So it simply says: I do not know this command, I have no
idea where to find it.
 
To fix this and a lot of other things SvarDOS uses two files that are at
"C:\". They are named:
"config.sys" and "autoexec.bat".
The files are written in standard text format so that it is very simple
to modify them to your needs by using the (guess which command?):
The files are written in standard text format so that it is very simple to
modify them to your needs by using the (guess which command?):
"sved" command, e.g.:
"sved C:\config.sys" or sved "C:\autoexec.bat"
"config.sys" is the first file and loaded by the kernel.
"config.sys" is the first file and loaded by the kernel.
By using it you can simply load drivers that are needed to enhance the
abilities of SvarDOS. For example you can install "himemx" and "emm386"
(not in SvarDOS!) which allow to use more than 640 KiB RAM, load the
basic CD-ROM driver, modify screen size (restricted), country settings,
create a menu where you can choose if you want to start with these or
those drivers depending on your current needs. One important thing you
should do in config.sys is to load "command.com" and its ENVIRONMENT
to be permanent which has a lot of benefits. But that's going to far
here.
abilities of SvarDOS. For example you can install "himemx" and "emm386" (not
in SvarDOS!) which allow to use more than 640 KiB RAM, load the basic CD-ROM
driver, modify screen size (restricted), country settings, create a menu
where you can choose if you want to start with these or those drivers depen-
ding on your current needs. One important thing you should do in config.sys
is to load "command.com" and its ENVIRONMENT to be permanent which has a lot
of benefits. More about this in step 08.
 
This was step 07, one of the most important.
 
When "config.sys" is loaded the next important file, "command.com" will
be loaded (depending on the settings you made in config.sys, e.g.:
 
When "config.sys" is loaded the next important file, "command.com" will be
loaded (depending on the settings you made in config.sys, e.g.:
"SHELL=C:\command.com /E:512 /P=C:\autoexec.bat".
You can use others shells instead of command.com, but this one is
delivered with SvarCOM.
You can use others shells instead of command.com, but this one is delivered
with SvarCOM.
"/P" says which autoexec.bat SvarDOS should use to start. With
"/E" you can define the size of the ENVIRONMENT which is very
helpful as already mentioned on the top of this text.
"/E" you can define the size of the ENVIRONMENT which is very helpful as
already mentioned on the top of this text.
 
"autoexec.bat" is a so called batch file. It is read and interpreted
line by line. So you can tell SvarDOS that it should change the country
settings and codepages, load a keyboard driver, a mouse driver, the
second part of the CD-ROM driver or start a special program / game /
whatever automatically.
"autoexec.bat" is a so called batch file. It is read and interpreted line
by line. So you can tell SvarDOS that it should change the country settings
and codepages, load a keyboard driver, a mouse driver, the second part of the
CD-ROM driver or start a special program / game / whatever automatically.
 
With the command:
"set" that is built in command.com you can create variables that fill
up the mentioned ENVIRONMENT, for example with:
"set TEMP=C:\TEMP" (folder for temporary files)
"set" that is built in command.com you can create variables that fill up
the mentioned ENVIRONMENT, for example with:
"set path=C:\SVARDOS;C:\SVARDOS\NLS" (SVARDOS searches for a command like
"sved" at C:\SVARDOS and then C:\SVARDOS\NLS). It opens the first found
correct hit, all others are ignored. This may cause mistakes if you have
different files with the same name in these folders!). As the path command is
also an external command, the following version works too:
"path C:\SVARDOS;C:\SVARDOS\NLS" (no set and no =).
"set TEMP=C:\TEMP" (folder for temporary files,%TEMP% now means: C:\TEMP)
"set DOSDIR=C:\SVARDOS" (%DOSDIR% now means: C:\SVARDOS)
"set NLSPATH =C:\%DOSDIR%\NLS" (uses "DOSDIR" -> C:\SVARDOS\NLS)
"set NLSPATH =%DOSDIR%\NLS" (%NLSPATH now means: C:\SVARDOS\NLS)
"set TZ=UTC" (for timezone settings) or
"set LANG=DE" (for language settings) or
"set OS_VERSION=1.3" and so on.
To load them automatically, you can write the commands above into
autoexec.bat.
To load them automatically to ENVIRONMENT, you can write the commands above
into autoexec.bat.
SvarDOS writes these settings into the ENVIRONMENT as variables and keeps
them as long as it is running. You can add other variables later, but
please do not use a name that already exists. The command:
them as long as it is running. You can add other variables later, but please
do not use a name that already exists. The command:
"set" without options lists all existing variables,
"set variable=" deletes a variable.
Example:
"set variable=" deletes a variable, this is dangerous, see above!
Example (works in FreeDOS as batch file and command line, but in SvarDOS ONLY
as a batch file, not in command line!):
"echo The current version of SvarDOS is: %OS_VERSION%" .
shows:
"The current version of SvarDOS is 1.3" ."
There are more things that can be used by autoexec.bat, but this leads
too far for a basic introduction.
There are more things that can be used by autoexec.bat, but this leads too
far for a basic introduction.
But now you know how you can modify your SvarDOS OS to work with it.
I hope I was able to help you with this basic information. Of course,
I could tell you much more, but this is only a first step into SvarDOS.
I hope I was able to help you with this basic information. Of course, I could
tell you much more, but this is only a first step into SvarDOS.
 
The last step 08 is done!
 
 
Thank you for reading!
 
Willi Spiegl
/help/help-en/title
1,0 → 0,0
SVARDOS HELP SYSTEM [20240614]
SVARDOS HELP SYSTEM [20240620]