Transferring "large" file off of MS-DOS 5.0 Machine (without removing HDD)

Tarkenfire

As part of some sort of legal record-keeping thing, my father's business lawyers has requested a copy of the database of customers from a work computer. The core issue is that this work computer is a circa 1988 AOpen...thing, running what looks to be a modified version of DOS 5.0.

I'm very weak with actual MS-DOS, and older hardware in general, but after some fuddling around I finally found the file that the lawyer needed. The issue comes that the customer "database" (read: space delimited text file) is ~3MB big. This is too big for one floppy, and the data is in one single file, which, to my very limited knowledge of actual DOS, would preclude me splitting it with the built-in programs on the computer.

Checking the back of the computer, I noted 1 built-in serial port, a parallel port in an expansion slot, and somewhat inexplicably, a NIC with a jack in it too big to be RJ-11. I didn't test if it was actually a RJ-45 as I didn't have an ethernet cable handy at the time. However, the two program files that I would have used (according to my research) to use the serial are nowhere to be found on the computer. Furthermore, I haven't the slightest idea what I would do to leverage the NIC.

Furthermore complicating issues, just pulling the HDD has to be relegated to a last resort, as the computer (which is older than I am) is used for daily business operations and would have to be taken offline for around 1 day due to the distance between the computer and me, which the "client" does not particularly want.

So the crux of my question is, with my almost none existent skill in DOS (I accidentally corrupted one of the "databases", and would have been in bad shape if I didn't make a backup beforehand), is there a simple way I can leverage the above-mentioned assets (or something else I don't know about DOS) to get this 3 meg file off of the computer without pulling the HDD?

Tom A

Try using PKZip. It's an old DOS utility that provided some of the earliest zip file capability. You should be able to download it at http://wiki.oldos.org/Downloads/MSDOS. If the database is a text file, then PKZip should let you compress enough to get onto a floppy disk, or if not, then it should allow spanning of multiple disks. At that point, your main issue is getting from the floppy onto a more modern computer. I don't remember the syntax for PKZip, but I do remember that it does have very good help built in to show you exactly how to zip up and unzip files. I recommend version 2.04g from the downloads as that was universally regarded as the best version for many years.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Transferring large files between an Ubuntu machine and a windows machine

From Dev

FileZilla times out when transferring large file

From Dev

Qt5: download a file without saving to HDD

From Dev

Is there a way to bypass the MS-DOS(FAT32) drive format to copy large files without reformatting?

From Dev

Removing large files from Time Machine?

From Dev

How do I install MS-DOS 6.22 upgrade in a virtual machine without bootable DOS 6.0 installation media?

From Dev

Copy File List off HDD and Browse it "Offline"

From Dev

Removing a line from the middle of a large file php

From Dev

Removing symbols from a large unicode text file

From Dev

Mount existing 2-HDD RAID 0 on a new machine

From Dev

Unzipping a .gz file without removing the gzipped file

From Dev

rsync on Windows not transferring large files

From Dev

preventDefault without removing html5 validation

From Dev

flock(): removing locked file without race condition?

From Dev

HDD randomly turns off and then on

From Dev

USB file transferring confusion

From Dev

Transferring a File in android

From Dev

Python removing elements from large xml file with xml iterparse

From Dev

Within each column of a large file, removing everything after a certain delimiter

From Dev

Slicing a large file, removing duplicates and merging into output using Pandas

From Dev

sed: Removing \r\r before \n in a very large file

From Dev

Python removing elements from large xml file with xml iterparse

From Dev

MS Word (2007) - increased file size after removing content

From Dev

Odd HDD No Response for 5 or 10 secs but Active 100% Transfer 0%

From Dev

JCheckBox mnemonic without transferring focus

From Dev

Transferring data into an open workbook from a closed workbook without having to specify the file path, considering that both are in the same folder

From Dev

jQuery .off() not removing handlers

From Dev

Removing an Image off a JFrame

From Dev

Removing blank spaces from a CSV file without creating a new file

Related Related

  1. 1

    Transferring large files between an Ubuntu machine and a windows machine

  2. 2

    FileZilla times out when transferring large file

  3. 3

    Qt5: download a file without saving to HDD

  4. 4

    Is there a way to bypass the MS-DOS(FAT32) drive format to copy large files without reformatting?

  5. 5

    Removing large files from Time Machine?

  6. 6

    How do I install MS-DOS 6.22 upgrade in a virtual machine without bootable DOS 6.0 installation media?

  7. 7

    Copy File List off HDD and Browse it "Offline"

  8. 8

    Removing a line from the middle of a large file php

  9. 9

    Removing symbols from a large unicode text file

  10. 10

    Mount existing 2-HDD RAID 0 on a new machine

  11. 11

    Unzipping a .gz file without removing the gzipped file

  12. 12

    rsync on Windows not transferring large files

  13. 13

    preventDefault without removing html5 validation

  14. 14

    flock(): removing locked file without race condition?

  15. 15

    HDD randomly turns off and then on

  16. 16

    USB file transferring confusion

  17. 17

    Transferring a File in android

  18. 18

    Python removing elements from large xml file with xml iterparse

  19. 19

    Within each column of a large file, removing everything after a certain delimiter

  20. 20

    Slicing a large file, removing duplicates and merging into output using Pandas

  21. 21

    sed: Removing \r\r before \n in a very large file

  22. 22

    Python removing elements from large xml file with xml iterparse

  23. 23

    MS Word (2007) - increased file size after removing content

  24. 24

    Odd HDD No Response for 5 or 10 secs but Active 100% Transfer 0%

  25. 25

    JCheckBox mnemonic without transferring focus

  26. 26

    Transferring data into an open workbook from a closed workbook without having to specify the file path, considering that both are in the same folder

  27. 27

    jQuery .off() not removing handlers

  28. 28

    Removing an Image off a JFrame

  29. 29

    Removing blank spaces from a CSV file without creating a new file

HotTag

Archive