Welcome, Guest. Please login or register.

Author Topic: n00b (well at least to Amiga)  (Read 3217 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline macto

  • Full Member
  • ***
  • Join Date: Apr 2004
  • Posts: 111
    • Show all replies
Re: n00b (well at least to Amiga)
« on: May 12, 2004, 01:26:16 AM »
Hello n00b!

Sounds like we have a bit in common, since I was recently given an A2000 too (and it was my first functional Amiga), have an interest in old computers, and use Mac OS X.  But the similarities end when you mention fixing Windows boxes.  Yuch!  ;-)

Do you have any other goodies hiding inside your Amiga?  I know the first thing I did was crack it open to drool all over it.  Which may explain some of the problems I'm having.  :-D

Anyhow, welcome to the club.  And don't mind all of the insane critters who claim the Amiga isn't dead.  My understanding is that we'll all be swayed to their side in short order.  Not that I would mind.  It is nice to have fun with computers again.
 

Offline macto

  • Full Member
  • ***
  • Join Date: Apr 2004
  • Posts: 111
    • Show all replies
Re: n00b (well at least to Amiga)
« Reply #1 on: May 12, 2004, 02:23:51 AM »
One of the menus will have an Execute option.  Select it.  Type newcli.  That should give you a shell.  Try typing memacs.  If it loads, you have a variation of microemacs.  Now quit.

Type 'dir', this will give you a listing of the files in the current directory.  Type in the name of a directory to change to it.  Typing "c:" will change to the commands directory.  Anything which comes before a colon is a device or an assign.  It acts a bit like a drive in other operating systems in that it serves as a root directory.  It also acts a bit like a ?PATH environment variable in Unix systems, in that you can define it yourself and you can combine paths.  Neat, eh?  Inside of drives or aliases, directories are separated by forward slashes (ie. '/').  Oh, and '/' has the same meaning as '..' in DOS and Unix.  So:

DH0:A/B is the file or directory B in the subdirectory A or the device or assign DH0: (which is a common name for hard drive devices).

If you are in DH0:A/B, then '/' would leave you in DH0:A and '//' would leave you in DH0:.

The problem with viewing things in the workbench is that the workbench only shows .info files by default.  You can view non-.info files as well, but I have found that you have to turn it on on a directory by directory basis.  Besides, there are a few really nice things about the shell.  :-D