VOGONS


First post, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

Hi! I finally have a working RAMdrive on my Win98SE tower. On it, I only have a directory to hold DOS programs for quick access. I need to add a temp directory and set the temp variable. I also need to implement batch files to fill the quick-access directory and add to the programs there. I can do all that and even have DOSRAR installed on it. One thing: how do I add Windows programs that may have long filenames to the quick directory?

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 1 of 9, by Robbbert

User metadata
Rank Member
Rank
Member

Files that have long filenames also have short names, which you can use - they normally end with~1 or ~2, etc. Or, enclose the long names in double-quotes (including the path if needed).

copy longfi~1.exe d:\

or

copy "c:\folder\long file name.exe" d:

Reply 2 of 9, by myne

User metadata
Rank Oldbie
Rank
Oldbie

The copying is easy.
Normal xcopy.

It's the registry that will be a pain if they're installed.

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 3 of 9, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I thank you both. Robbbert: your idea would be better than what I wanted to do and easier to update: keep the files compressed and extract them upon startup. myne: You're right. Robbbert: I might have to kill the long filenames, as they would be inaccessible while copying. BTW, what Windows components can I put on the RAM drive at startup that would speed up the OS? I need to figure out what else I can put there.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 4 of 9, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

After installing the RAM drive, the computer started crashing, and, after fiddling, found out that the RAM drive was the cause. I really want the RAM drive but confess that I don't actually need it.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 5 of 9, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

I've used xmsdsk + smartdrv for this to good effect.

The only downside is the very hungry 'I demand 64k of ram!' Nature of drvspace.bin

Reply 6 of 9, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I was using xmsdsk as the RAM drive. I am using DriveSpace but disabled it in MSDOS.SYS, so it's not hogging DOS RAM. I can use SmartDrive for DOS mode but am looking for a more efficient replacement.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 7 of 9, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I have SRDSK. When the computer's finished compressing a Zip disk, I want to try installing it.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 8 of 9, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

It didn't work. 🙁 I got critical errors upon logon.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 9 of 9, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

This is where and how the use of a cvf really shines. It gets the *entire* filesystem, and the data uses less ram storage overall.

Filename copied is 8.3 type.

Only needs attrib and scandisk as anciliary helpers.

I really should make a video.