Welcome, Guest. Please login or register.

Author Topic: Modifying s:startup-sequence on WB1.3  (Read 5124 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SilverZguruTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2012
  • Posts: 73
    • Show only replies by SilverZguru
Modifying s:startup-sequence on WB1.3
« on: March 28, 2012, 07:25:56 PM »
So, I want to modify my Workbench 1.3 backup copy's startup-sequence, but I have no idea how. I want to get "setmap s" to start automatically, when I boot up WB1.3. Also, to another copy of my Workbench, it would be cool, if TRANSWARP transfer program starts instantly that there's no WB screen, just CLI, where is TRANSWARP, ready to transfer files to Amiga :) Like in this video: http://www.youtube.com/watch?v=ixWVr5Tcgt4&feature=related

Is that possible, and how its made?

Thanks!
-Eemil
Just some beginner stuff: 2 Amiga 500s, external FD, 512kb expansion mem, RGB Scart, some random joysticks :lol:, Amiga mouse (Tank model) and some floppies... And a dead Commodore 64C with Datassette cassette drive and RGB->composite wire. And some tapes, self made with computer and normal recordable cassette deck :)
 

Offline Bamiga2002

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 691
    • Show only replies by Bamiga2002
    • http://rutinskiband.net
Re: Modifying s:startup-sequence on WB1.3
« Reply #1 on: March 28, 2012, 08:06:53 PM »
Just use some text-editor program to edit startup-sequence, for example I used MEMacs that can be found on WB 1.3 Extras disk IIRC.
CD32
A500
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: Modifying s:startup-sequence on WB1.3
« Reply #2 on: March 28, 2012, 08:14:15 PM »
@ Bamiga2002:

It's been a long time since I messed with WB1.3, but he should be able to just open a CLI window and type "ED S:STARTUP-SEQUENCE" shouldn't he?
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline paul1981

Re: Modifying s:startup-sequence on WB1.3
« Reply #3 on: March 28, 2012, 08:18:21 PM »
Or, just open a Shell after booting Workbench and type:

"ed s:startup-sequence" (without the quotes)

You will see all of the commands that are run, including the SetMap command.
To save your changes, press the ESC key followed by S and A, then press return.
Remember to only work with a copy of your Workbench disk.

ESC and Q will quit back to the shell.

To end the shell, type "endcli".
 

Offline darkage

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 583
    • Show only replies by darkage
Re: Modifying s:startup-sequence on WB1.3
« Reply #4 on: March 29, 2012, 04:02:35 AM »
Let's Meet Ed?

http://www.atarimagazines.com/compute/issue73/amigados_editor.php

Should be a useful reference.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: Modifying s:startup-sequence on WB1.3
« Reply #5 on: March 29, 2012, 04:33:11 AM »
@ Darkage

Now that's handy.  :)

Now I'm going to spend all night reading old computer magazines.  ;)
« Last Edit: March 29, 2012, 04:53:04 AM by Darrin »
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline Minuous

Re: Modifying s:startup-sequence on WB1.3
« Reply #6 on: March 29, 2012, 04:59:13 AM »
Quote from: paul1981;685860
To save your changes, press the ESC key followed by S and A, then press return.


Actually you need to use Esc,X not Esc,S,A.
 

Offline darkage

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 583
    • Show only replies by darkage
Re: Modifying s:startup-sequence on WB1.3
« Reply #7 on: March 29, 2012, 05:15:12 AM »
Quote from: Darrin;685909
@ Darkage

Now that's handy.  :)

Now I'm going to spend all night reading old computer magazines.  ;)


haha! yeah I started reading all the Amiga mags at the Bombjack archive.

http://www.bombjack.org/commodore/

Its just amazing how much information is there :)

Wished I was more involved in the Amiga platform when I was younger, oh well making up for it now :)
« Last Edit: March 29, 2012, 05:15:30 AM by darkage »
 

Offline SilverZguruTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2012
  • Posts: 73
    • Show only replies by SilverZguru
Re: Modifying s:startup-sequence on WB1.3
« Reply #8 on: March 29, 2012, 07:06:51 PM »
Hi!
Thanks for answers, but how can I put that transdisk that it starts before workbench? So like that the workbench's CLI just executes transdisk app, but no more. How to do that? Thanks!
-Eemil
Just some beginner stuff: 2 Amiga 500s, external FD, 512kb expansion mem, RGB Scart, some random joysticks :lol:, Amiga mouse (Tank model) and some floppies... And a dead Commodore 64C with Datassette cassette drive and RGB->composite wire. And some tapes, self made with computer and normal recordable cassette deck :)
 

Offline Jope

Re: Modifying s:startup-sequence on WB1.3
« Reply #9 on: March 29, 2012, 07:24:59 PM »
Boot from your modified copy of Workbench, open a CLI and type:

delete s:startup-sequence
echo transwarp > s:startup-sequence

Valmis!

Wait until the floppy LED goes out, reboot to test.

This naturally assumes that transwarp is either in the root directory or in the c directory. If you put it somewhere else, you will need to use the full path name.
« Last Edit: March 29, 2012, 07:27:21 PM by Jope »
 

Offline kolla

Re: Modifying s:startup-sequence on WB1.3
« Reply #10 on: March 29, 2012, 08:47:38 PM »
Quote from: Jope;686024

delete s:startup-sequence
echo transwarp > s:startup-sequence


The first line is redundant.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline SilverZguruTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2012
  • Posts: 73
    • Show only replies by SilverZguru
Re: Modifying s:startup-sequence on WB1.3
« Reply #11 on: March 30, 2012, 03:33:25 PM »
Jope: It's not working :(

When I type in:

"echo transwarp > s:startup-sequence" (without quotes) I get Invalid argument to ECHO - message.

What now?

-Eemil
Just some beginner stuff: 2 Amiga 500s, external FD, 512kb expansion mem, RGB Scart, some random joysticks :lol:, Amiga mouse (Tank model) and some floppies... And a dead Commodore 64C with Datassette cassette drive and RGB->composite wire. And some tapes, self made with computer and normal recordable cassette deck :)
 

Offline Thomas

Re: Modifying s:startup-sequence on WB1.3
« Reply #12 on: March 30, 2012, 07:01:42 PM »
On 1.3 the redirection must be placed as first argument:

echo >s:startup-sequence transwarp


you can also use

copy * s:startup-sequence

then enter

transwarp

and press Ctrl-\

Offline Jope

Re: Modifying s:startup-sequence on WB1.3
« Reply #13 on: March 30, 2012, 08:14:51 PM »
Heh, too many years without actively using 1.3 always gets me. :-)