disks and files

new topic     » topic index » view thread      » older message » newer message

does anybody know how I would be able to take a file that is larger than
a HD floppy (1.44mb) and split that file into parts that will fit onto
more than one floppy?

example :  file.exe is 1.83mb  The program looks at the file and splits
it into file.01 which is 1.33mb and file.02 which is .50mb and a batch
file file.bat.  The batch file contains only the commands

@echo off
cls
echo Splicing the files together
@echo off
copy /b file.01 + file.02 file.exe >nul
cls

How would I do the file size detection and split in Euphoria?
Thanks,
Philip Lettkeman    phil.man at juno.com

"Every man has his price.  Mine just happens to be the love of my
children."

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu