Add quote bridge and quote handoff flow

This commit is contained in:
2026-06-29 18:41:45 -05:00
parent be1475dd8e
commit a329168765
17 changed files with 1707 additions and 509 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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."
}
}