Archives of Genesis8 Amstrad Page from 1999 to 2024 about utility, page 14 / 15





QuickCMD v2.2 by NoRecess

-

QuickCMD v2.2 is out, a shell-based user interface by NoRecess.

These are the changes:

  • Added support for Bryce's MegaFlash
  • Renamed RO and RW commands to READONLY and READWRITE
  • Removed CRTC command
  • Reset screen to QuickCMD’s default if external RSX changed video mode
  • DELROM now clears a rom with &FF value (was using &00)
  • Fixed: was overwriting first byte after HIMEM
  • Fixed: not assuming anymore than Amsdos area is always at &A700

QuickCMD v1.0 in action





QuickCMD v1.0 by NoRecess, be lazy !

-

QuickCMD v1.0 is a new utility by NoRecess. It's a shell-based user interface running on top of the system. Its aim is to provide a faster way to launchprograms. The idea actually came from a fact about NoRecess own usage of a CPC : most of the times, he turns on my computer to only execute CAT/RUN commands. He thought there were rooms to improvethat process :

  • a really fast text output (really appreciated for discs containing lots of files)
  • no need to type RUN" prefix anymore, simply typing a filename is required to execute a file
  • faster approach to execute a file : even if the pattern Shift+Arrows + copy/paste a filename + Control+LeftArrow + Control+Enter is handy to fast-launch files after a CAT command, I found myself more efficient to uniquely deal with program's filename
  • autocompletion : just type F then I letters then TAB key ; if FILENAME.BIN exists on disc then it will be automatically completed !
  • fully compatible with the system : you can launch BASIC as BINARY files the same way, you can quit to BASIC then getting back to QuickCMD, DIR command also supports Cat'Art, etc.
  • extensible command system : instead of typing a filename to launch, you can also specify a Resident System eXtension (RSX) ! By example, to launch HxC Floppy Emulator Manager, instead of getting back to BASIC and type |HXC, you just have to enter HXC as any other command. Parameters are also supported, so by example you can use default REN command or Arnor UTOPIA's COPY commands !
  • respect the system : if an external command use the classic char output routine (BB5A), then its output will be merged to QuickCMD's user interface. This is possible thanks to usage of hardware scrolling provided by the system.
  • handy shortcuts : pressing two times TAB key acts as a DIR, ESC two times acts as a quick exit to BASIC, etc.
  • history management ! It's working like MSDOS's DOSKEY does (use up/down keys)
  • auto-launch. When QuickCMD is installed on your system, it will get launched automatically after all other ROMs will get properly initialized
  • not intruisive : credits are voluntary kept hidden behind ABOUT command ; the aim is to provide a neutral program, not a front-end for personal advertising or whatever
  • clean, efficient and simple Z80 implementation using a mix of C and assembly programming language

QuickCMD v1.0 in action QuickCMD help screen



ManageDSK v0.18 for windows is out

-

ManageDSK v0.18 by Ludovic Deplanque is out. It features :

  • create an empty .DSK file,
  • add files in a .DSK file,
  • extract files from an .DSK file,
  • rename files in a .DSK file
  • delete files in a .DSK file,


With your SDCard HxC emulator, select a disk image directly on the CPC

-

First, you should download the latest firmware of the SDCard HxC floppy emulator, the v1.3.11.0 corrects some timing problems with Asic 3 (CPC+) and 4 (pre-CPC+), and some bugs. It's best to freshly format (FAT32) your SD card, then copy the *.upd and *.cfg to the card. Press Left and Right buttons before power up and keep it pressed at least 1 seconds at power up. Wait some seconds, it's done.

There is now an Amstrad CPC program to directly choose an image. This program (just run"hxc) is in the autoboot.hfe disk image. By pressing the middle button, the autoboot.hfe disk is automatically selected. It has been compiled with Small Device C Compiler and still need to be optimized (slow drawing using system calls). The program has been converted to a ROM by Krusty, but as the original program is changing fast at the moment, it could be a bit early to download it.

choosing a disk image directly on the Amstrad CPC with a SDCard HxC emulator




Cpcdsk and the Caprice Reloaded emulator

-

Cpcdsdk is a project aiming to collect the various bit of existing sourcecode in one common place for the linux OS relative to the Amstrad CPC, add the missing features, and make life easier for all developpers :

  • The Caprice Reloaded emulator, with integrated assembler and debugger, for windows and linux,
  • gfx2crtc, a tool to convert pictures to the amstrad sceen format,
  • An imporved version of Ramlaid's cpctools, now running under linux, with (limited) support for usb floppy drives
  • A special version of STSound from Leonard, modified to emulate an AY3 more accurately (the original emulates the slightly different YM chip used in the Atari ST)
  • Hideur Maikeur by Downwater for handling AMSDOS headers
  • iDSK from sid for manipulating dsk images and files inside.


SAMdisk v3.0 by Simon Owen

-

SAMdisk v3 by Simon Owen is out, it's a command-line disk image utility for Windows 2000 or later. The utility supports transfers between floppy disks and disk images (DSK/MGT/IMG/HDF), and is designed to work with almost any soft-sectored disk format compatible with the PC floppy controller, including some copy-protected formats. Low-level floppy device access requires the fdrawcmd.sys driver to be installed.

You can use a java GUI written by DevilMarkus : SAMdisk GUI.

This utility requires a floppy drive connected to a standard motherboard connector. USB floppy drives cannot be supported as there is no way to access their embedded floppy controller chip.



Another java utility by DevilMarkus : SAMdisk GUI

-

DevilMarkus has written another java utility : SAMdisk GUI, a GUI for SAMdisk by Simon Owen : a CLI utility for Windows 2000 and XP, used to transfer between physical SAM Coupé disks (both floppy and IDE) and disk images (DSK/MGT/IMG/HDF).

This utility requires a floppy drive connected to a standard motherboard connector. USB floppy drives cannot be supported as there is no way to access their embedded floppy controller chip.

It can transfer Prehistorik 2 for example.



CPC PC-CPC v0.1aq emulator and the ManageDsk v0.17 utility

-

You can download the latest version of the PC-CPC emulator and of ManageDsk v0.17 (.DSK file handling utility) by Ludovic Deplanque (Demoniak).

This last version of the emulator corrects 2 bugs, one about CLI use (command line interface) and the other about the 2nd joystick handling.





An utility written in java by DevilMarkus : Cdt2Wav

-

DevilMarkus has written a new utility in java : Cdt2Wav, so you can use it on Windows, Linux and Mac.

For Linux and Mac users, launch the cdt2wav.jar with the following parameters : cdt2wav.jar -Xms512m -Xmx512m -XX:MaxPermSize=512m (or set all to 256 if you want only 256 Mb max. ram usage).



WXCOMMANDER, a file manager for windows which read/write .DSK files

-

WXCOMMANDER (see CPC Loader) is a general purpose two-panel file manager for windows, but it can read/write .DSK files, others features :

  • Create zip and iso files
  • Upload files to the Internet using FTP
  • Fast file handling using the keyboard
  • Built-in viewers handling many file formats
  • Advanced built-in text editor
  • Create animated gifs
  • Create shortcut menus for your USB flash drives
  • Portable - a single exe file with no particular dependencies
  • Convert mdb files to csv or dbf
  • No installation required (self-extracting zip exe provided for convenience)
  • No uninstallation required (just delete the folder)
  • Free for non-professional home use


GrafX v2.1 (bitmap editor)

-

An update of GrafX (v2.1) is available.

It's a bitmap paint program that allows to draw in more than 60 video resolutions (from 320x200, including most of the standard Amiga resolutions, provided your videocard knows how to handle them). It was written originally for DOS, but has been modified to use SDL and modern operating systems. Its layout is not very different from Deluxe Paint or Brilliance.



For more news, Go to home page