VOGONS

Common searches


First post, by epictronics

User metadata
Rank Newbie
Rank
Newbie

Hi all,

I need to split a large file in two pieces to get it on Double Density disks.
I used an app back in the day called WinSplit 1.0 that still works nicely.
But my receiving system is DOS only and wont run WinSplit.
Is there an equivalent out there that would work in DOS 3.30?

Thanks

YouTube

Reply 3 of 10, by weedeewee

User metadata
Rank l33t
Rank
l33t

Use whatever you want to split it
then on your receiving system,
join the files using copy /b file1+file2 file

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 4 of 10, by chinny22

User metadata
Rank l33t++
Rank
l33t++

PKzip was how I did this back in the day, but any dos level archiver should be able to do this for you.
PKzip would automatically break the file into disk sized chunks if you included the drive into the path eg
pkzip -add a:\file.zip *.*
I assume other archivers would act much the same

Reply 5 of 10, by epictronics

User metadata
Rank Newbie
Rank
Newbie

Thanks, but no luck yet
RAR 3.93 don't seem to run under DOS 3.30. It just produces some weird characters when I try to run it.
I split my file in 3pcs in WinSplit 1.0 and used the /b to merge but got "0 files copied"
I'll try PKzip next, thanks

Attachments

  • IMG_0553.jpeg
    Filename
    IMG_0553.jpeg
    File size
    1.69 MiB
    Views
    977 views
    File license
    Public domain
  • IMG_0552.jpeg
    Filename
    IMG_0552.jpeg
    File size
    552.29 KiB
    Views
    977 views
    File license
    Public domain

YouTube

Reply 6 of 10, by weedeewee

User metadata
Rank l33t
Rank
l33t

your filenames are PCV10__A.00x in the dirlisting
your filenames are PCV10_A.00x in the copy command

😒

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port