Welcome, Guest. Please login or register.

Author Topic: CardPatch and CardReset startup-sequence error  (Read 1964 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline gizmomelbTopic starter

  • Jr. Member
  • **
  • Join Date: Dec 2005
  • Posts: 69
    • Show only replies by gizmomelb
CardPatch and CardReset startup-sequence error
« on: January 11, 2006, 03:09:51 AM »
Hi all,

hopefully an easy one.

I've got a problem when I start my A1200 WITHOUT the PCMCIA network card installed.  The STARTUP-SEQUENCE aborts with an error 10 (from memory) after it runs CardPatch.

eg: my STARTUP-SEQUENCE is like this:

c:CardPatch
c:CardReset

ASSIGN etc.. rest of startup...



So obviously I need some kind of IF ERROR in the startup, so that it ignores the error if the NIC isn't connected.  So far nothing I've tried has worked.  Any help from script Gurus would be most appreciated.  I can work around it by alwas having the PCMCIA NIC connected, but it's not always practical.

regards,
Gizmomelb
 

Offline Thomas

Re: CardPatch and CardReset startup-sequence error
« Reply #1 on: January 11, 2006, 09:32:29 AM »

Try FailAT 11 before CardPatch.

Bye,
Thomas

Offline gizmomelbTopic starter

  • Jr. Member
  • **
  • Join Date: Dec 2005
  • Posts: 69
    • Show only replies by gizmomelb
Re: CardPatch and CardReset startup-sequence error
« Reply #2 on: January 15, 2006, 02:04:45 AM »
Thanks heaps Thomas - that worked fine!