Post Reply 
HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
06-02-2022, 12:15 PM (This post was last modified: 06-02-2022 12:22 PM by Peet.)
Post: #45
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
(06-02-2022 12:04 PM)Michael Lopez Wrote:  ... I've been doing is double clicking on the HP41uc application within the install directory.

The application I've downloaded is the latest V3.0 compiled for Windows 32.

hp41uc is a command-line application. if you double click it, it shows a help-screen in a flashing command screen, maybe so fast, that you can't see it.

You have to open a command window and start it from there or use a batch-file like this (to convert raw to text):

Code:

@echo input FILE NAME (without EXT) 
set /p name=
hp41uc.exe /r=%name%.raw  /t=%name%.txt  /a  /n  /x
PAUSE

My calculators - former: CBM PR100, HP41CV, HP11C, HP28S - current: HP48G, HP35S, Prime, DM41X, DM42, HP12C
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator - Peet - 06-02-2022 12:15 PM



User(s) browsing this thread: 1 Guest(s)