I want to split a 2.6 mb file to floppy, is there any dos cmd to help me in pure dos environment. (no application is allowed to install)

link|improve this question
feedback

2 Answers

There is no command on the plain dos to do that. You have to use an application.

You have 2 options:

  • You can run rar or pkzip from a floppy disk and use it to split the file. Technically you aren't installing anything.
  • Use qbasic and write a program to do that (qbasic is part of dos)
link|improve this answer
feedback

Here is a site that has the source of a couple of useful qbasic programs for you (concat.bas and splitter.bas).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown