After installing the latest * snapshot toolshed-snapshot20230914-win32.zip * from https://toolshed.sourceforge.net/snapshots/ it's all working now both in Windows CMD >decb dsave -e -t OKBASIC.DSK, OKBASIC decb copy "OKBASIC.DSK,TIMER.BAS" "OKBASIC/TIMER.BAS" -t and in MSYS / MingW $ decb dsave OKBASIC.DSK, OKBASIC -e -t decb copy "OKBASIC.DSK,TIMER.BAS" "OKBASIC/TIMER.BAS" -t Both due to the double quotes (") properly generated. So I am all set.
I can confirm that on Windows, dsave generates copy parameters with single quotes ('): decb copy 'OKBASIC.DSK,TIMER.BAS' './TIMER.BAS' and when executing such command line using CMD, it causes the error 215: decb copy 'OKBASIC.DSK,TIMER.BAS' './TIMER.BAS' copy: error 215 But the same issue occurs when running the same binaries from MSYS/MinGW: $ decb dsave -e OKBASIC.DSK, OKBASIC decb copy 'OKBASIC.DSK,TIMER.BAS' 'OKBASIC/TIMER.BAS' copy: error 215 The binaries of the ToolShed are build on Windows...
After installing the latest * snapshot toolshed-snapshot20230914-win32.zip * from https://toolshed.sourceforge.net/snapshots/ it's all working now both in Windows CMD >decb dsave -e -t OKBASIC.DSK, OKBASIC decb copy "OKBASIC.DSK,TIMER.BAS" "OKBASIC/TIMER.BAS" -t and in MSYS / MingW $ decb dsave OKBASIC.DSK, OKBASIC -e -t decb copy "OKBASIC.DSK,TIMER.BAS" "OKBASIC/TIMER.BAS" -t Both due to the double quotes (") properly generated.
I can confirm that on Windows, dsave generates copy parameters with single quotes ('): decb copy 'OKBASIC.DSK,TIMER.BAS' './TIMER.BAS' and when executing such command line using CMD, it causes the error 215: decb copy 'OKBASIC.DSK,TIMER.BAS' './TIMER.BAS' copy: error 215 But the same issue occurs when running the same binaries from MSYS/MinGW: $ decb dsave -e OKBASIC.DSK, OKBASIC decb copy 'OKBASIC.DSK,TIMER.BAS' 'OKBASIC/TIMER.BAS' copy: error 215 The binaries of the ToolShed are build on Windows...
I can confirm that on Windows, dsave generates copy parameters with single quotes ('): decb copy 'OKBASIC.DSK,TIMER.BAS' './TIMER.BAS' and when executing such command line using CMD, it causes the error 215: decb copy 'OKBASIC.DSK,TIMER.BAS' './TIMER.BAS' copy: error 215 But the same issue occurs when running the same binaries from MSYS/MinGW: $ decb dsave -e OKBASIC.DSK, OKBASIC decb copy 'OKBASIC.DSK,TIMER.BAS' 'OKBASIC/TIMER.BAS' copy: error 215 The binaries of the ToolShed are build on Windows...