VOGONS

Common searches


Search results

Display options

Re: copy command

You can do the equivalent of C:\> copy /b file.exe+anotherfile+file2 final.exe from any Linux shell if you navigate to the DOSBox-mounted directory and issue a $ cat file.exe anotherfile file2 > final.exe Hehe, yeah right. I've forgot, that the drives are normal directories :oops: . Hope this will …

copy command

Hi there, i've tried to compile some old pascal code from me. The compiling works well, but after that, i have to link it with 2 other files. In the good old time, i've done it with: copy /b file.exe+anotherfile+file2 How can I do this in DosBox? It doesn't work at the moment. My version is 0.65 …

Page 1 of 1