From Emu64 version 4.30 on, Emu64 features a command line interface again. So other applications can start and „remote control“ Emu64.
Note
From Emu64 version 4.30 on Emu64 is executed in one instance only. Now you can send special functions to Emu64 while it is running via command line interface.
Parameter | Short description |
---|---|
<„NAME“> | path and name to open image files ( D64 / G64 / PRG / T64 / P00 / FRZ / CRT ). D64 and G64 are loaded with [Load“*“,8,1]. |
<„NAME.D64“> <INDEX> | load a C64 file with an addition INDEX from 0 to X. |
<„NAME.D64“> <INDEX> -nokernal | additional fast loader. The C64 file is loaded to the RAM without the Kernel. |
<„NAME.D64/.G64“> -diskmount | A D64 or G64 imagefile is mounted inside the floppy window. |
-hreset | hard reset in the C64 screen. |
-sreset | soft reset in the C64 Screen. |
-exit | Close Emu64. |
The syntax for the command line interface is very simple. You write the paramters behinder the Emu64Net.exe %1 %2 %3. You can do this via the CMD window or via file shortcut/attributes
or via a .BAT file.
It is possible to directly load and start imagefiles in D64, G64, PRG, T64, P00, FRZ and CRT format. Imagefiles D64 and G64 (disc images) are loaded with LOAD“*“,8,1 and autostarted with RUN. If there is a space character in the path or image file name you have to put this into quotation marks “ “.
Example for <Name>
emu64net.exe „C:\programs\emu64\d64\stereo sid.d64“
If you directly load a D64 image file you can use the index number to tell Emu64 which file from the LIST should be loaded.
In the image file > stereo sid.d64 < there are 4 files. The first file is run with the index 0. The more file the highter the index. For this example the index number would be as follows:
File name
PHOBOS
FAST JAGUAR
ANTROX
RENEGADE
=
=
=
=
=
INDEX
0
1
2
3
Example for INDEX
emu64net.exe „C:\programs\emu64\d64\stereo sid.d64“ 0
When you load a D64 image with index you can speed up the loading. Use -nokernal and the C64 file written directly to the RAM started with RUN without the kernal.
Example for -nokernal
emu64net.exe „C:\programs\emu64\d64\stereo sid.d64“ 0 -nokernal
The paramter mounts a disc image (either D64 or G64). There will be no reset or autostart.
Example for -diskmount
emu64net.exe „C:\programs\emu64\d64\stereo sid.d64“ -diskmount
This paramter performs a hard reset in the C64 Screen.
Example for -hreset
emu64net.exe -hreset
This paramter performs a soft reset in the C64 Screen.
Example for -sreset
emu64net.exe -sreset
This parameter closes Emu64.
Example for -exit
emu64net.exe -exit
Emu64 Help V4.xx Navigation
V4.xx: Table of Content
Portal: old-archiv
help text for Emu64 up to version 4.32.