Welcome, Guest. Please login or register.

Author Topic: How do I create startup options for wb?  (Read 1442 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline sir_bacharachTopic starter

  • Full Member
  • ***
  • Join Date: May 2013
  • Posts: 104
    • Show only replies by sir_bacharach
How do I create startup options for wb?
« on: August 30, 2013, 02:18:33 AM »
Hi all,

I have a problem with my setup. I have a pcmcia wifi card. And when the amiga boots it loads amitcp 3 with prism2v2 wifi drivers, then it mounts my pc share using smbfs command.

The problem is that whdload doesn't seem to work with all games with this set of drivers and software present.

I know there is a whdload-startup which can be used to run shell commands to disable drivers etc, but my amiga seems to just crash when I try this.

I think its because I'm not disabling smbfs before I disable amitcp.

Firstly does anyone know how to dismount smbfs?

& secondly does anyone know where I can find a tutorial on how to create menus that will load alternate start up sequences at boot?

I've had a good google and found nothing. :(
 

Offline Oldsmobile_Mike

Re: How do I create startup options for wb?
« Reply #1 on: August 30, 2013, 03:48:12 AM »
I used to use a utility that you'd put as the first line in your startup-sequence that would put up a menu on the screen and let you select which startup you wanted to run, sort of like a startup-sequence.1,  startup-sequence.2, etc. Think I downloaded it off Aminet back in the 90s, let me know if you strike out and I can pull out an old disk to get the name.
Amiga 500: 2MB Chip|16MB Fast|30MHz 68030+68882|3.9|Indivision ECS|GVP A500HD+|Mechware card reader + 8GB CF|Cocolino|SCSI DVD-RAM
Amiga 2000: 2MB Chip|136MB Fast|50MHz 68060|3.9|Indivision ECS + GVP Spectrum|Mechware card reader + 8GB CF|AD516|X-Surf 100|RapidRoad|Cocolino|SCSI CD-RW
 Amiga videos and other misc. stuff at https://www.youtube.com/CompTechMike/videos
 

Offline fishy_fiz

  • Hero Member
  • *****
  • Join Date: Jan 2005
  • Posts: 1813
    • Show only replies by fishy_fiz
Re: How do I create startup options for wb?
« Reply #2 on: August 30, 2013, 03:50:49 AM »
Im going by memory, so I might be a bit off the mark here, but is there a "user-shutdown" scripts in either sys:s or the s directory of you tcp/ip stack?

If you've not tried it already through a gui or other means maybe try executing that?


edit: sorry, ignore that. I didnt read your post properly 1st. Sorry  :)
Near as I can tell this is where I write something under the guise of being innocuous, but really its a pot shot at another persons/peoples choice of Amiga based systems. Unfortunately only I cant see how transparent and petty it makes me look.
 

Offline Tenacious

  • Hero Member
  • *****
  • Join Date: Jul 2002
  • Posts: 1362
    • Show only replies by Tenacious
Re: How do I create startup options for wb?
« Reply #3 on: August 30, 2013, 04:13:36 AM »
I'll take a stab.

The Startup-sequence is simple a script and can be seen executing in the first cli.  It calls another script: the User-startup (where your customizations should be).  I've never done this, but, I don't see why you can't create a branch in the User-startup that asks if you intend to game or surf.  Then, you a write a Game-startup script and a Surf-startup script, each initializing the desired environment, and save them to S:.  Depending on user input when booting, the corresponding sub script would be executed.  The user-startup could wait for 20 seconds for user input and then default to one or the other (depending on what you do most).

It would be a simple matter to reboot anytime you want to change from 1 environment to the other.

Do you have the AmigaDOS manual that came with your Amiga?
« Last Edit: August 30, 2013, 04:35:25 AM by Tenacious »
 

Offline fishy_fiz

  • Hero Member
  • *****
  • Join Date: Jan 2005
  • Posts: 1813
    • Show only replies by fishy_fiz
Re: How do I create startup options for wb?
« Reply #4 on: August 30, 2013, 05:34:07 AM »
There's a tool whose name I forget that lets you enable and disable different different user defined options by holding down various (again, user defined) keys at start-up.
Alernatively WBStart+ adds a bit of flexibility to startup options.
Both can be found on aminet (I'll update the thread when I remember the name of the 1st program I mentioned).
« Last Edit: August 30, 2013, 05:57:16 AM by fishy_fiz »
Near as I can tell this is where I write something under the guise of being innocuous, but really its a pot shot at another persons/peoples choice of Amiga based systems. Unfortunately only I cant see how transparent and petty it makes me look.
 

Offline smf

Re: How do I create startup options for wb?
« Reply #5 on: August 30, 2013, 05:34:13 AM »
Quote from: sir_bacharach;746590
Hi all,



Firstly does anyone know how to dismount smbfs?



Use the break command to dismount smbfs. The command to break it can be something like "break NAME "smbfs '//myserver/myshare'"  or you can break it by using the process id. Use the "status" command to find the process  name and/or the id.