S.U.P.E.R. Archivo HP 200LX
← Volver al catálogo

Batch Start

Versión 2.1 · Wayne Robinson

Descargar 86.3 KB

Descripción

The HP Palmtop Paper ABATCH lets you easily create batch files to run your programs automatically and return you to a prompt "window" when your programs exit. It is fast and efficient and can run on either color or monochrome systems, though you must have ANSI.SYS running. We recommend the ANSI.COM program as a substitute. Freeware.

Ficha técnica

Fichero
abatch.zip
Tamaño
86.3 KB
Formato
.zip
Año
1994
Alta en S.U.P.E.R.
1998-12-20
Ficheros dentro
10
Autor
Wayne Robinson
Ruta
anonftp/pub/abatch.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 30.7 KB

Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.

  • ABATCH.EXE → A:\SOFT programa de DOS 35.1 KB
  • BRUN30.EXE → A:\SOFT programa de DOS 69.0 KB
  • CHOOSE.EXE → A:\SOFT programa de DOS 7.6 KB
  • GETAUTO.EXE → A:\SOFT programa de DOS 3.8 KB
  • INSTALL.BAT → A:\SOFT programa de DOS 4.5 KB
  • PRINTDOC.BAT → A:\SOFT programa de DOS 143 B
  • AUTOEXEC.BAT → A:\SOFT programa de DOS 38 B

No hace falta llevar al palmtop ABATCH.LIB, ABATCH.DOC, PROMPT: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 30.7 KB en un disco de 1 MB.

Pasos
  1. Copia ABATCH.EXE, BRUN30.EXE, CHOOSE.EXE, GETAUTO.EXE a A:\SOFT. Son programas de DOS: se ejecutan desde el icono DOS, o añadiendo A:\SOFT al PATH de C:\AUTOEXEC.BAT para poder llamarlos por su nombre.

Deducido del contenido del paquete y de las convenciones del 200LX. Se instala en A: a propósito: C: es un disco RAM y cada byte ahí resta memoria al sistema.

Instrucciones del autor
Installation:

        Boot your computer and place the Auto Batch disk in drive A:
        At the A:\> prompt type INSTALL C: and hit Enter.

        This will create a directory on your hard drive called ABATCH
        and will copy the program files to this directory. It will also
        open your autoexec.bat file and append it with "M". This will
        allow you to boot up in the Main Menu automatically.

        After the files are transfered the ABATCH program will be run
        so it can configure itself to your system and create its support
        files. You can at this time enter data for your own programs and
        ABATCH will create your batch files. When you exit ABATCH for
        the first time you should reboot your system to test the auto
        menu.


        The Batch Writer:

        ABATCH is a simple eidtor and syntax checker for you to create
        batch files with.

        There are only seven actions possible. These are Color, Delete,
        Edit, Exit, Move, Write, and Shell. Each is listed on the bottom
        of the screen in a prompt line along with an reminder that the
        PgUp/PgDn keys switch menu screens and F1 gets the help screen.
        Pressing the first letter of any command begins its execution.
        Pressing Escape will cancel any operation with few exceptions.
        The help key, F1 will call up a separate screen with information
        about the various functions.


                                     <C>olor

        The color function is only active if your system includes a CGA,
        VGA, or EGA video adapter. If your system is monochrome the "C"
        key will rewrite the M.BAT and MENU.CFG files. If your system is
        color then you will be presented with two consecutive windows.
…

Extracto literal de ABATCH.DOC, tal cual venía en el paquete.

Enviar a mi palmtop

El palmtop tiene que quedar esperando antes de pulsar el botón, o la transferencia fallará. Es él quien avisa de que está listo, no al revés.

En el palmtop

  1. Conecta el cable serie entre el palmtop y el ordenador.
  2. Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
  3. Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.

En el ordenador

  1. Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
  2. Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
  3. Pulsa el botón y selecciónalo en la ventana que abre Chrome.
¿Cómo sé cuál es mi puerto?

Linux — tu adaptador USB-serie será /dev/ttyUSB0 o /dev/ttyACM0. Los /dev/ttyS0ttyS31 son puertos heredados de la placa base: el núcleo los lista aunque no exista ninguno, así que casi nunca son el tuyo. Para salir de dudas:

ls -l /dev/serial/by-id/

Sale el fabricante y el modelo, y a qué ttyUSB* apunta. Si no aparece nada, desenchufa y vuelve a enchufar el cable y mira dmesg | tail: verás una línea del estilo «ch341-uart converter now attached to ttyUSB0».

Permisos: en Debian y derivados tu usuario debe estar en el grupo dialout o el puerto no se abrirá. Compruébalo con groups, y si falta:

sudo usermod -aG dialout $USER

Hay que cerrar la sesión y volver a entrar para que surta efecto.

Windows — Administrador de dispositivos → Puertos (COM y LPT). Tu adaptador aparece como COM3, COM4… Si aparece con un triángulo amarillo, te falta el driver del chip (FTDI, Prolific o CH340 según el cable).

macOSls /dev/cu.*; tu adaptador será algo como /dev/cu.usbserial-A50285BI. Usa siempre el cu., no el tty..

El 200LX no lleva un conector serie estándar: necesitas el cable de conectividad de HP (el F1015A o un equivalente) y, salvo que tu ordenador tenga puerto serie de verdad, un adaptador USB-serie detrás.