Welcome, Guest. Please login or register.

Author Topic: Installing Workbench onto a GVP Impact Series II A500-HD+?  (Read 5973 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
I hope when you dragged the drawers you set it to show all files and dragged the ones without icons too. It might be safer to do ths from the command line:

1.> DF0:C/Copy DF0:#? DH0: ALL CLONE

should recursively copy everything. Then use notepad to edit the startup-sequence on DH0: and change any reference to DF0: to DH0:.

--
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: Installing Workbench onto a GVP Impact Series II A500-HD+?
« Reply #1 on: March 26, 2007, 06:54:40 AM »
Quote
madsjm wrote:
There isn't any "show all files" option in WB 1.3?

Oh ok, I haven't used 1.3 for about 10 years :-) In that case you definitely need to use the CLI to copy the files. I have just tested the syntax I posted above and it works.

Quote
madsjm wrote:
I was in the exact same situation some days ago. I copied all the files and directories in cli, but as far as I remember, I didn't need to change any references to DH0: to make it work.

They must use SYS: in the startup-sequence. Mick - just copy the files as above then try it without modifying the s-s, and if you have any problems like "No disk present in device DF0:" then check the s-s it for references to DF0:.
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: Installing Workbench onto a GVP Impact Series II A500-HD+?
« Reply #2 on: March 26, 2007, 08:07:04 AM »
I think I'm going to install a 1.3 environment just for old times sake, and to see if I can cope without the much more friendly 3.9 :-)

--
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