Add quote bridge and quote handoff flow
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"profileName": "IOLA",
|
||||
"description": "Iola DOSBox profile",
|
||||
"enabled": false,
|
||||
"dosboxBin": "dosbox-x",
|
||||
"mountDrive": "C",
|
||||
"mountPath": "/mnt/iola-cgw",
|
||||
"workingDirectory": "CGWAPP",
|
||||
"bridgeCommand": "BRIDGE.BAT",
|
||||
"extraCommands": [],
|
||||
"timeoutSeconds": 180,
|
||||
"noConsole": false
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"profileName": "KC",
|
||||
"description": "Kansas City DOSBox profile",
|
||||
"enabled": false,
|
||||
"dosboxBin": "dosbox-x",
|
||||
"mountDrive": "C",
|
||||
"mountPath": "/mnt/kc-cgw",
|
||||
"workingDirectory": "CGWAPP",
|
||||
"bridgeCommand": "BRIDGE.BAT",
|
||||
"extraCommands": [],
|
||||
"timeoutSeconds": 180,
|
||||
"noConsole": false
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"profileName": "LINDS",
|
||||
"description": "Lindsborg DOSBox profile",
|
||||
"enabled": false,
|
||||
"dosboxBin": "dosbox-x",
|
||||
"mountDrive": "C",
|
||||
"mountPath": "/mnt/linds-cgw",
|
||||
"workingDirectory": "CGWAPP",
|
||||
"bridgeCommand": "BRIDGE.BAT",
|
||||
"extraCommands": [],
|
||||
"timeoutSeconds": 180,
|
||||
"noConsole": false
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user