Welcome, Guest. Please login or register.

Author Topic: windows = workbench  (Read 3790 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: windows = workbench
« on: March 31, 2006, 07:03:20 PM »
Quote
_yak_ wrote:
I wouldn't say Workbench is like Win95. Win95 was a huge "patch" that was build on top of MS-DOS.

That's not true. In Win95, DOS is only used to boot the system. Once the Win95 kernel is loaded, this replaces the DOS functions with its own. So Win95 is an OS in its own right, not just an app which runs on top of DOS (like Win3.x).

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: windows = workbench
« Reply #1 on: April 02, 2006, 10:35:58 AM »
Quote
3246251196 wrote:
yeah its just i need something like a notepad to create the batch file first. this is all just experimentation.

Use the "ed" command in the cli:

1.>ed filename

This will open a window to let you type your batch file. Then press then x then to save the file.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10