Re: disks and files

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

At 07:17 AM 10/30/97 EST, you wrote:
>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."
>
both pkzip and arj will zip multiple files like that. I was assuming you
meant you wanted an external app to zip them, and not euphoria. If not,
sorry for butting in. :)

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

Search



Quick Links

User menu

Not signed in.

Misc Menu