version 0.8.3 is now available:
+ Added option to keep the Boot Executable dialog open for succesive reboots of the same XEX file
+ Updated turkish language translation
+ Added a non-verbose version of AspeCl called AspeClQ (Q for quiet). AspeClQ does away with all help, status and error messages
reducing the exe file size considerably. This is the version to use if memory is scarse or in a batch file without disturbing
the current screen content.
+ Added new command line switches to AspeCl and the code to support it in AspeQt
More than one switch can be specified on the command line and switches must be separated by at least one blank space.
DA[ds] => Toggle auto-save OFF (s=0) or ON (s=1), on a given disk image (d). Toggling auto-save switch to ON will commit all
pending changes to the affected disk image. Can be used to make sure all changes are committed before unmounting a
disk image remotely. If the toggle is set ON on a newly created and mounted disk image, operator intervention will
be required from the server (AspeQt) side to assign a file name to the image file before it's saved to PC hard disk.
(Currently in development)
DS[dd] => Swap disks, where dd are the drive numbers to be swapped (i.e DS15 will swap disks 1 and 5).
Implemented in version 0.8.3
DU[d/*] => Unmount disk(s). Will either unmount a single disk [d], or all disks [*]
Unmount will not unmount disks that have changes until the changes are commited.
Disks set to "auto-commit" in AspeQt will be unmounted immediately as the changes to these images are commited automatically.
Implemented in version 0.8.3
DM[fname.[ext]] => Mount an existing disk image,
Will mount a supported disk image file from the last disk image directory used by AspeQt.
The new image will be mounted to the first available disk slot (Currently in development)
DN[fname.{ext].[1/2/3/4/5]] => Create and mount a new disk image. Will create a new disk image, assign a name to it, and mount it.
The disk image will be created in the last image directory used by AspeQt (Currently in development)
1 - Standard Single Density
2 - Standard Enhanced density
3 - Standard Double Density
4 - Double sided, double density
5 - Double density Harddisk
Example: DNmyhd.atr.5, will create a double density harddisk .atr image with the name myhd
An example of invoking AspeCl with multiple command line switches:
ASPECL TF DS18 DMbasicxe.atr => Will set the date/time and turn TD line OFF, will swap disks 1-8, will mount basicxe.atr to
the first available disk slot, returning back the slot number to Atari. SEE ASPEQT USER MANUAL FOR COMPLETE ASPECL documentation.
+ Fixed a problem with AspeQt dropping from READY state when 1st opened. The bug was introduced by session enhancement in v8.0.2
+ Added a 250ms delay to allow for COM port successfuly closing before it's re-opened when a session file is loaded.
Without the delay AspeQt sometimes fails to re-connect to the COM port with a "Access Denied" error.
Source and Windows binaries
Edited by atari8warez, Yesterday, 2:16 AM.