Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.transputer > #303

Re: How to start?

Newsgroups comp.sys.transputer
Date 2020-03-18 04:42 -0700
References (13 earlier) <r4rc6g$10le$2@gioia.aioe.org> <70b37670-26d3-4735-94e4-f1562519335b@googlegroups.com> <65e67976-b0f8-40ce-a319-e636363e58a8@googlegroups.com> <r4rgi6$2hf$1@gioia.aioe.org> <63d533fe-f3ed-4932-958d-c52d2d8b6585@googlegroups.com>
Message-ID <5c4173a9-8a02-4ea8-8bce-8b88321e7efd@googlegroups.com> (permalink)
Subject Re: How to start?
From "Mike B." <michael_bruestle@yahoo.com>

Show all headers | View raw


The installation script is not so interesting, but here it is ...
I know that the name linkisa is confusing but covers all B004 polling boards regardless of the physical bus.

DevAVM1 = "Device LINKISA (AVM ISDN-Controller B1 PCI/T4)"
DevAVM2 = "Device LINKISA (AVM ISDN-Controller B1 PCI/StrongT)"
DevAVM3 = "Device LINKISA (AVM ISDN-Controller B1 PCMCIA)"
DevAVM4 = "Device LINKISA (AVM ISDN-Controller M2 PCMCIA)"
DevB004 = "Device LINKISA (IMS B004)"
DevB008 = "Device LINKISA (IMS B008)"
DevB020 = "Device LINKISA (IMS B020)"
DevGERL = "Device LINKISA (Gerlach)"


type inst.cmd
@echo off
@if not "%ECHO%"=="" echo %ECHO%
@if not "%OS%"=="Windows_NT" goto DOSEXIT

::------------------------------------------------------------------------------
:MAIN
::------------------------------------------------------------------------------

    setlocal
    set BASE=%~dp0
    set BASE=%BASE:~0,-1%

    ::

    set PATH=%PATH%;%BASE%\%PROCESSOR_ARCHITECTURE%

    ::
    :: Association
    ::

    assoc .btl=Transputer.Bootable.File
    ftype Transputer.Bootable.File="%%ISERVER%%" /SB %%1 %%*

    ::
    :: Prepare
    ::

    if exist %SYSTEMROOT%\inf\avmisdn.inf ren %SYSTEMROOT%\inf\avmisdn.inf avmisdn.in_
    if exist %SYSTEMROOT%\inf\avmisdn.pnf del %SYSTEMROOT%\inf\avmisdn.pnf

    ::
    :: Cleanup old installations
    ::

    for /F %%A in ('devcon.exe findall "@PCI\VEN_1244&DEV_0700&SUBSYS_00000000\*" ^| find /V "matching device"') do devcon.exe remove "@%%A"
    for /F "tokens=1,2 delims=:" %%A in ('findstr.exe "{AD20C775-FB78-49be-8985-A64FB36CACC4}" %SYSTEMROOT%\inf\oem*.inf') do devcon.exe dp_delete "%%A:%%B"

    ::
    :: Install new driver package
    ::

    certmgr.exe /add "%BASE%\cert\transputer.net RootCA.crt" /s /r localMachine root
    certmgr.exe /all /add "%BASE%\cert\CodeSigning2019.crt"       /s /r localMachine trustedpublisher
    copy /b "%BASE%\%PROCESSOR_ARCHITECTURE%\linkcls.dll" "%SYSTEMROOT%\system32"
    devcon.exe dp_add "%BASE%\%PROCESSOR_ARCHITECTURE%\linkisa.inf"
    :: devcon.exe rescan

    ::

    endlocal
    goto :EOF

::------------------------------------------------------------------------------
:DOSEXIT
::------------------------------------------------------------------------------

    echo This script requires Windows NT

:: -=EOF=-


 Directory of C:\install\cert

03/11/2020  12:46 PM    <DIR>          .
03/11/2020  12:46 PM    <DIR>          ..
09/04/2019  05:54 AM             1,910 CodeSigning2019.crt
09/11/2013  07:02 AM             1,485 transputer.net RootCA.crt
               2 File(s)          3,395 bytes

 Directory of C:\install\x86

03/11/2020  12:32 PM    <DIR>          .
03/11/2020  12:32 PM    <DIR>          ..
09/09/2008  05:38 PM            65,536 certmgr.exe
09/03/2008  07:25 AM            77,312 devcon.exe
09/04/2019  06:57 AM            41,608 linkcls.dll
09/04/2019  06:57 AM             6,932 linkisa.cat
09/04/2019  06:57 AM            13,960 linkisa.exe
09/04/2019  06:56 AM             6,272 linkisa.inf
09/04/2019  06:57 AM            12,936 linkisa.sys
               7 File(s)        224,556 bytes

Back to comp.sys.transputer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

How to start? Arachide <houten.van@orange.fr> - 2020-02-29 12:24 +0100
  Re: How to start? "Mike B." <michael_bruestle@yahoo.com> - 2020-02-29 08:28 -0800
    Re: How to start? "Mike B." <michael_bruestle@yahoo.com> - 2020-02-29 08:35 -0800
      Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-02 09:52 +0100
        Re: How to start? B419 <thematsche@gmail.com> - 2020-03-02 01:50 -0800
        Re: How to start? "Mike B." <michael_bruestle@yahoo.com> - 2020-03-02 04:02 -0800
          Re: How to start? B419 <thematsche@gmail.com> - 2020-03-02 11:55 -0800
    Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-03 09:56 +0100
      Re: How to start? "Mike B." <michael_bruestle@yahoo.com> - 2020-03-03 02:25 -0800
    Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-09 20:16 +0100
      Re: How to start? B419 <thematsche@gmail.com> - 2020-03-10 03:23 -0700
      Re: How to start? "Mike B." <michael_bruestle@yahoo.com> - 2020-03-10 04:50 -0700
        Re: How to start? B419 <thematsche@gmail.com> - 2020-03-10 06:19 -0700
          Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-17 16:47 +0100
            Re: How to start? B419 <thematsche@gmail.com> - 2020-03-17 09:28 -0700
              Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-17 18:27 +0100
                Re: How to start? B419 <thematsche@gmail.com> - 2020-03-17 12:46 -0700
                Re: How to start? carlier.damien@gmail.com - 2020-03-17 13:15 -0700
                Re: How to start? carlier.damien@gmail.com - 2020-03-17 13:21 -0700
                Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-17 21:28 +0100
                Re: How to start? carlier.damien@gmail.com - 2020-03-17 13:32 -0700
                Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-17 21:33 +0100
                Re: How to start? carlier.damien@gmail.com - 2020-03-17 14:29 -0700
                Re: How to start? carlier.damien@gmail.com - 2020-03-17 14:34 -0700
                Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-17 22:47 +0100
                Re: How to start? carlier.damien@gmail.com - 2020-03-17 15:22 -0700
                Re: How to start? "Mike B." <michael_bruestle@yahoo.com> - 2020-03-18 04:42 -0700
  Re: How to start? B419 <thematsche@gmail.com> - 2020-03-01 15:59 -0800
  Re: How to start? B419 <thematsche@gmail.com> - 2020-03-08 12:45 -0700
  How to start? carlier.damien@gmail.com - 2020-03-11 02:40 -0700
    Re: How to start? Arachide <houten.van@orange.fr> - 2020-03-11 13:23 +0100
      Re: How to start? carlier.damien@gmail.com - 2020-03-11 05:55 -0700
        Re: How to start? B419 <thematsche@gmail.com> - 2020-03-11 09:39 -0700

csiph-web