Linked by Thom Holwerda on Wed 20th Jun 2012 00:40 UTC, submitted by rohan_p
Amiga & AROS "Icaros Desktop is an effort to build a modern Amiga-compatible operating system for standard x86 hardware. It's a distribution built atop AROS, which is an open source effort to create a system compatible at the API level with the AmigaOS 3.x series. I recently had a chat to the creator of Icaros, Paolo Besser, about the creation of the OS and why Amiga continues to inspire people today."
Thread beginning with comment 523091
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Hmmm
by Doc Pain on Wed 20th Jun 2012 22:06 UTC in reply to "RE: Hmmm"
Doc Pain
Member since:
2006-10-08

subst WINDOWS: d:\WINDOWS
?
Ohh... does it support names, or just idiotic one-letters?
And how about multiple folders?


Using my miraculous memory of neverforgetting wisdom storage:

> SUBST K: C:\LONG\PATH\TO\KLOTZ

The SUBST command assigns an idiotic drive letter to a directory. By changing to the K: drive, you will actually end up in the C:\LONG\PATH\TO\KLOTZ directory.

> JOIN A: C:\FLOPPY

The JOIN command makes the system refer to a disk drive (though a drive letter) when accessing a directory. Here any operation within C:\FLOPPY will result in an operation on the A: drive.

> ASSIGN R:=A:

The ASSIGN command changes the reference to one drive letter to another one (in this case, refering to R: will delegate access to A:).

Maybe it's possible to use a combination of SUBST and JOIN (creating something like a mount command), maybe involving ASSIGN...

Enough history lessons now, my brain hurts! :-)

Reply Parent Score: 3