home *** CD-ROM | disk | FTP | other *** search
/ Rockford Magazine / Rockford_Magazine_026_19xx_-_de_Disk_2_of_2_Side_A.d64 / 3dokarc2.50 < prev    next >
Text File  |  2023-02-26  |  12KB  |  527 lines

  1. =======================================
  2. ARC 2.50                      ANLEITUNG
  3. =======================================
  4. Du findest hier 3 Anleitungen zu ARC...
  5. ---------------------------------------
  6. ARC 2.50  (ROF-Quelle:Shri Sadhu):
  7.  
  8. Mit ARC kann man mehrere Files oder 
  9. ganze Disketten-Seiten in ein File
  10. packen. Das Ergebnis ist ein ARC-File,
  11. dass 10% bis 50% kleiner ist, als alle
  12. urspruenglichen Files zusammen. Das PRG
  13. analysiert als erstes jedes File und
  14. wendet dann die jeweils effektivsten 
  15. Packalgorithmen an. Wenn ein File nicht
  16. mehr gepackt werden kann, dann wird es
  17. ungepackt in die ARC-Datei geschrieben.
  18. (storing).
  19.  
  20. --> Unter ARC werden Laufwerke nicht
  21. mit Zahlen (8-11) angesprochen, sondern
  22. wie unter MS-DOS mit Buchstaben!
  23.  
  24.    Buchstabe   Geraetenummer  Drive
  25.    ---------   -------------  -----
  26.    a...........8..............0
  27.    b           8              1
  28.    c...........9..............0
  29.    d           9              1
  30.    e...........10.............0
  31.    f           10             1
  32.    g...........11.............0
  33.    h           11             1
  34.  
  35.  
  36. Allgemeine Kommandos
  37. --------------------
  38.  
  39.  
  40. LAUFWERK FESTLEGEN  - drv:
  41.  
  42.   In Zukunft beziehen sich alle 
  43.   Floppy-Befehle auf das Laufwerk
  44.   "drv:". Beispiel: a: oder c:
  45.  
  46.  
  47. DIRECTORY ZEIGEN   - dir
  48.                     
  49.   Zeigt das Inhaltsverzeichnis vom
  50.   ausgewaehlten Laufwerk an.
  51.  
  52.                    - dir a:
  53.  
  54.   Zeigt das Directory von der Disk
  55.   in Lfwk. a:
  56.  
  57.                    - dir b:???
  58.                     
  59.   Zeigt alle Files, von Laufwerk b:
  60.   die 3 Buchstaben haben.
  61.  
  62.                    - dir a*,b*
  63.   
  64.   Zeigt alle Files, die mit "a" und
  65.   "b" beginnen, vom aktuellen Lfwk.
  66.  
  67.                    - dir a:t* c:t*
  68.  
  69.   Zeigt alle Files von a: und c:, die
  70.   mit "t" beginnen.
  71.  
  72.                    - dir/w
  73.  
  74.   Zeigt nur die Filenamen des aktuellen
  75.   Laufwerks.
  76.  
  77.                    - dir/w a:a* b:b*
  78.   
  79.   Zeigt die Filenamen von a: und b:,
  80.   die mit "a" und "b" beginnen.
  81.  
  82.  
  83. FILE LOESCHEN  - del file
  84.  
  85.   Loescht "file" auf dem aktuellem
  86.   Laufwerk.
  87.  
  88.                - del a:w* b:w*
  89.  
  90.   Loescht alle Files auf Lfwk. a: und
  91.   b:, die mit "w" beginnen.
  92.  
  93.  
  94. FILES KOPIEREN  - move a:file c:
  95.  
  96.   Kopiert "file" von a: nach c:
  97.  
  98.                 - move a:* b:* c:*
  99.  
  100.   Kopiert alle Files von a: und b:
  101.   nach c:
  102.  
  103.  
  104. FILES UMBENENNEN  - ren c:alt,neu
  105.  
  106.   Benennt "alt", auf Lfwk. c:, in 
  107.   "neu" um.
  108.  
  109.  
  110. FILE ZEIGEN  - type d:file
  111.  
  112.   Zeigt alle Files an, die das ARC-
  113.   File "file" enthaelt.
  114.  
  115.  
  116. DOS WEDGE  - >
  117.  
  118.   ...zum Senden von Floppy-Befehlen wie
  119.   I,N oder S.
  120.  
  121.  
  122. FILE-GROESSE  - size a:file
  123.  
  124.   Zaehlt und zeigt die Anzahl der Bytes
  125.   in "file".
  126.  
  127.  
  128. LADE-ADRESSE  - start d:file
  129.  
  130.   Zeigt die Ladeadresse von "file" auf
  131.   Lfwk. d:
  132.  
  133.  
  134.  
  135. Archivier Kommandos:
  136. --------------------
  137.  
  138. - arc/c c:buch a:*
  139.  
  140.   richtet ein Archiv auf c: mit dem
  141.   Namen "Buch" ein, dass alle Files
  142.   von a: enthaelt.
  143.  
  144. - arc/c/s c:buch a:*=s
  145.  
  146.   richtet ein Archiv auf c: ein, dass
  147.   alle SEQ-Files von a: UNGEPACKT
  148.   enthaelt.
  149.  
  150. - arc/c/gTEST f:buch c:d* a:e*
  151.  
  152.   richtet ein Archiv auf f: ein, dass
  153.   alle Files von a: und c: enthaelt die
  154.   mit "d" und "e" beginnen. Das Code-
  155.   wort ist TEST.
  156.  
  157. - arc/x buch
  158.  
  159.   Entpackt alle Files aus "buch" vom
  160.   aktuellen Laufwerk.
  161.  
  162. - arc/x c:buch seite1 a:*
  163.  
  164.   Entpackt das File "seite1" aus dem
  165.   Archiv "buch" und schreibt es auf a:
  166.  
  167. - arc/a/s f:buch a:text
  168.  
  169.   Haengt das File "text" auf a: an das
  170.   Archiv "buch" auf f: ohne es zu
  171.   packen an.
  172.  
  173. - arc/a a:buch c:*=r f:*=r
  174.  
  175.   Haengt alle REL-Files von c: und f:
  176.   und das Archiv "buch" auf a: an.
  177.  
  178. - arc/l a:file
  179.  
  180.   Listet alle Files aus dem Archiv
  181.   "file" auf a:
  182.  
  183. - arc/p c:buch seit1,seit2
  184.  
  185.   Gibt die Files "seit1" und "seit2"
  186.   aus dem Archiv "buch" auf c: am
  187.   Bildschirm aus.
  188.  
  189. - arc/v a:buch
  190.  
  191.   Vergleicht alle Files aus dem Archiv
  192.   "buch" auf Richtigkeit.
  193.  
  194.  
  195. Text-Editor Kommandos:
  196. ----------------------
  197.  
  198. Mit dem Text-Editor kann man Text-
  199. Files, Assembler Source-Codes und
  200. Basic-Quelltexte editieren.
  201.  
  202.  
  203. TEXT-MODUS  - text
  204.  
  205.   Schaltet den Text-Modus ein - Basic-
  206.   PRG. werden im Klartext angezeigt.
  207.  
  208. BASIC-MODUS  - basic
  209.  
  210.   Schaltet den Basic-Modus ein - Basic-
  211.   PRG. werden ausgeschrieben.
  212.  
  213. AUTOM. ZLN.-NR.  - auto zahl
  214.  
  215.   Schaltet die automatische Zeilen-
  216.   nummerierung ein.
  217.  
  218. RESET  - cold
  219.  
  220.   dasselbe wie der SYS-Reset
  221.  
  222. TEXT TAUSCHEN  - change/from/to/
  223.  
  224.   tauscht "string" from bis
  225.   "string" to.
  226.  
  227. TEXT LOESCHEN  - delete zahl
  228.  
  229.   Wie der LIST-Befehl - nur loeschen.
  230.  
  231. TEXT SUCHEN  - find/string/
  232.  
  233.   Zeigt die Zeilen in denen "string"
  234.   steht.
  235.  
  236. TEXT LADEN  - get a:file
  237.  
  238.  Laedt en Text "file" von Laufwerk a:
  239.  Es muss ein SEQ-File sein.
  240.  
  241. ARC VERLASSEN  - kill
  242.  
  243.  springt zurueck ins Basic 2.0 -
  244.  Neustart mit SYS 49152.
  245.  
  246. ZEILEN RE-NUMBER  - renum von,anf,step
  247.  
  248.  Zeilen-Neunummerierung von "von" mit
  249.  "anf" in der Schrittweite "step".
  250.  
  251. TEXT SPEICHERN  - put c:file
  252.  
  253.  Schreibt den Text auf Disk - Laufwerk
  254.  c:
  255.  
  256. SCROLL EIN  - repeat
  257.  
  258.  Schaltet den Programmscroll und 
  259.  Tastenrepeat ein. off - aus
  260.  
  261. TEXT RETTEN  - old
  262.  
  263.  Holt ein geloeschtes File zurueck.
  264.  
  265. UMRECHNEN  - hex zahl
  266.  
  267.  Rechnet Hexadezimal in Dezimal um.
  268.  
  269. HILFE  - help
  270.  
  271.  Zeigt eine Liste aller Text-Editor-
  272.  Befehle
  273.  
  274.  
  275. Speicheraufteilung:
  276. -------------------
  277.  
  278. $033c-$03ff     Kassettenpuffer - wird
  279.                 benutzt
  280. $0801-$4000     nicht benutzt
  281. $4000-$7fff     Arbeitsspeicher fuer
  282.                 ARC und MOVE
  283. $8000-$8fff     in der 80-Spalten Ver-
  284.                 sion (C128) benutzt
  285. $9000-$97ff     nicht benutzt
  286. $9800-$9fff     80-Spalten Screen - bei
  287.                 ARC 40 nicht benutzt
  288. $a000-$bfff     Programmspeicher
  289. $c000-$cfff     Programmspeicher
  290. $d000-$ffff     nicht benutzt
  291. =======================================
  292.  
  293. =======================================
  294. ARC 2.50             INFOS VON ALEX ZOP
  295.  
  296.  
  297. - Info: .ARC 2.50 Archive koennen z.b.
  298.         auch von OMEGA-Q entpackt wer-
  299.         den.
  300. - Tips:1) Floppys: a= ,8
  301.                    c= ,9
  302.                    s= source
  303.                    d= destination
  304.        2) Bevor sie archivieren:
  305.           Date dd,mm,yyyy
  306.        3) Leistung: arcAmiga
  307.                     420 auf 213 Bloecke
  308.  
  309.                     arc250 C64
  310.                     420 auf 217 Bloecke
  311.        4) Packen (Neues Archiv):
  312.           arc/m s:archive.arc d:xxx
  313.        5) Packen (weitere):
  314.           arc/a s:archive.arc d:xxx
  315.        6) Liste (DIR) des Archiv:
  316.           arc/l s.archive.arc
  317.        7) Archive ueberpruefen:
  318.           arc/v s:archive.arc
  319.        8) Entpacken:
  320.           arc/e od. arc/x
  321.        9) TXT lesen (Monitor):
  322.           arc/p s:archive.arc
  323.           - Textfluss unterbrechen
  324.           (Pause) mit CONTROL, C=,
  325.           Shift, Scrollt absolut 
  326.           schnell (zurueckscrollen
  327.           nicht moeglich). Diese
  328.           Funktion kann nicht abge-
  329.           brochen werden.
  330.       10) Funktioniert auch im C128
  331.           Modus. 
  332.       11) Mit 1571 nicht immer 
  333.           problemlos.
  334.       12) Move: Kopiert Files zwischen
  335.                 zwei Floppys.
  336.           SIZE: RAM FREE
  337.           START: Zeigt Ladeadressen von
  338.                  PRG im .arc Archive.
  339.           FETCHES: SEQ Files zum bear-
  340.                    beiten hervorholen.
  341.       13) User mit min. zwei Laufwerken
  342.           koennen .ARC noch bequemer
  343.           benutzen, da .ARC von Floppy
  344.           A auf Floppy B entpackt/an-
  345.           gelegt werden koennen.
  346.           z.B.: Du willst ein .ARC 
  347.           Archive oeffnen, welches sich
  348.           auf ner Disk im Laufwerk ,8
  349.           befindet. Auf eine leere Disk
  350.           in Floppy ,9 willst Du die
  351.           Files entpacken. Da ,9 in ARC
  352.           mit c: bezeichnet wird, 
  353.           gibst Du zuallererst 
  354.  
  355.           c:
  356.  
  357.           ein.
  358.           Nun musst Du ARC mitteilen,
  359.           das Archive xxx.arc in Floppy
  360.           ,8 (a:) geoffnet werden muss.
  361.           Du gibst also folgendes ein:
  362.  
  363.           arc/e a:xxxx.arc
  364.  
  365.           Nun entpackt ARC die Daten 
  366.           auf die Disk im Zweitlaufwerk
  367.           Das ganze funktioniert na-
  368.           tuerlich auch bei allen 
  369.           anderen ARC Befehlen (z.B.
  370.           Packen).
  371. =======================================
  372. ARC 2.50                   ORIGINAL DOC
  373.  
  374. If you're primarily interested in using
  375. ARC to create and dissolve files on a
  376. C-64 with a single disk drive, these
  377. simplified (greatly simplified) docs
  378. should be all you'll ever need. If you
  379. later decide to utilize more of the
  380. many features ARC has, get the full
  381. documentation (its big!).
  382.  
  383. Date:  ARC boots up with a default date
  384. of 1 Jan, 1980. If you're only going to
  385. dissolve an ARChive, there's no need to
  386. change this. However, if you are going
  387. to create an ARChive, you should type
  388. in the current date because it will be
  389. recorded on the ARCfile you create. Do
  390. this by typing "date", a space, dd,mm,
  391. yyyy. For example, today's date is the
  392. 2nd of January, 1988, so I would enter:
  393.  
  394.     "date 02,01,1988" and hit RETURN.
  395.  
  396.  
  397. Spaces:  ARC uses a space to separate
  398. filenames. A problem can occur if there
  399. is a space WITHIN a filename.  For
  400. example, if you type "testfile 2.0",
  401. ARC will search for (and not find)
  402. "testfile" and then search for "2.0",
  403. as if they were two separate files.
  404. Fortunately, there's a simple solution
  405. to this; just use a SHIFTED SPACE
  406. between the "testfile" and the "2.0",
  407. which will look like a normal space on
  408. the screen, but will be distinguished
  409. from a regular space separating two
  410. filenames.
  411.  
  412.  
  413. Dissolving an ARChive file:
  414.  
  415.      "arc/x filename"    (easy!)
  416.  
  417. Extracts all files from the ARCfile
  418. called "filename" on drive a: (device
  419. 8/drive 0 like a 1541/1571 would be).
  420.  
  421.  
  422. Creating ARChive files:    (a little
  423. tricky, but not really difficult)
  424.  
  425. "arc/c arcname filename filename etc."
  426. "arc/c arcname *"  (all files on disk)
  427. "arc/c arcname b*" (all files starting
  428.                   with the letter "b")
  429.  
  430. Example: Lets say you want to create
  431. an ARCfile consisting of files that are
  432. named "abcd", "file1", "file2", and
  433. "docs" and that you want to call the
  434. resulting ARCfile "test".
  435.  
  436. You could copy these 4 files onto a
  437. blank disk first and use the wildcard
  438. "*":
  439.  
  440.      "arc/c test *"
  441.  
  442. Or, if you don't want to copy them over
  443. to a blank disk, you can type out each
  444. filename, separated by spaces:
  445.  
  446.      "arc/c test abcd file1 file2 docs"
  447.  
  448. Either method creates an ARChive file
  449. called "test.arc" on drive a. Note that
  450. the ".arc" gets put on automatically.
  451. You never have to type the ".arc" when
  452. entering an ARCname.
  453.  
  454.  
  455. Directory: "dir"    (lists filenames in
  456.                     the disk directory)
  457.  
  458. It is very handy to list the directory
  459. immediately before using ARC/C or ARC/X
  460. so that all the filenames you'll need
  461. to type in will be listed on the screen.
  462.  
  463. Delete:   "del filename" (erases a file
  464.                      (or several files)
  465.                       from the disk)
  466.  
  467. To scratch a file called "test", just
  468. type "del test".  If you have 4 files
  469. named "test1", "test2", "test3", and
  470. "test4" and you want to delete all 4,
  471. just type "del test*" and every file
  472. that begins with "test" will be deleted.
  473.  
  474. Rename:   "ren oldname newname"
  475.                       (to rename files)
  476.  
  477. To rename a file called "temp" to
  478. "perm", just type "ren temp perm"
  479.  
  480.  
  481. List:     "arc/l arcfile"  (lists out
  482.                         the contents of
  483.                         an ARC'ed file)
  484.  
  485.  
  486. Colors:  You can change the default
  487. colors for the screen border, screen
  488. background, and cursor by POKING the
  489. standard Commodore color numbers (0-15)
  490. to any color combination you prefer,
  491. as follows:
  492.  
  493.         LOAD"ARC250",8
  494.         POKE 20815,n    (background)
  495.         POKE 20820,n    (border)
  496.         POKE 20825,n    (cursor)
  497.         SAVE"new name",8
  498.  
  499. If you want to create a SDA (self-
  500. dissolving ARC) file, first create the
  501. ARCfile as shown above, then use one of
  502. the separate SDA utilities to change
  503. the file from ".ARC" to ".SDA".
  504. Utilities to convert from ".ARC" to
  505. ".SDA" are available on Q-Link and on
  506. many local BBS's. My favorite is
  507. "ARC-SDA V4.5", written by Mark Rhodes.
  508.  
  509. That's all most of us will ever need to
  510. know to use ARC. If you want more, then
  511. you'll need the official documentation.
  512. For the latest ARC version, current
  513. documentation, and ARC ownership
  514. registration I suggest you send $20 to
  515. the author of ARC, Chris Smeets at:
  516.  
  517. Chris Smeets/ARC64
  518. Ampere Metal
  519. 80 Hale Road Unit 4
  520. Brampton, Ontario
  521. Cananda, L6W-3M1
  522. 416-458-0039 (BBS)
  523.  
  524. Many thanks to Chris Smeets for a
  525. fantastic ARChive program!
  526. =======================================
  527.