21 lines
685 B
JSON
21 lines
685 B
JSON
{
|
|
"profileName": "DEFAULT",
|
|
"description": "Fallback DOSBox profile. Copy and customize per location.",
|
|
"enabled": false,
|
|
"dosboxBin": "dosbox-x",
|
|
"mountDrive": "C",
|
|
"mountPath": "/mnt/remote-cgw-share",
|
|
"workingDirectory": "CGWAPP",
|
|
"bridgeCommand": "BRIDGE.BAT",
|
|
"extraCommands": [
|
|
"SET CLIPPER=F200"
|
|
],
|
|
"timeoutSeconds": 180,
|
|
"noConsole": false,
|
|
"notes": {
|
|
"mountPath": "Enter the Linux path where the remote PC share is mounted.",
|
|
"workingDirectory": "Enter the DOS folder under the mounted share that contains your Harbour/Clipper app and BRIDGE.BAT.",
|
|
"bridgeCommand": "Change this if your DOS-side entry point is not BRIDGE.BAT."
|
|
}
|
|
}
|