Computing.Net > Forums > Disk Operating System > how to move program from floppy/hdd

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to move program from floppy/hdd

Reply to Message Icon

Name: silverwolf
Date: December 15, 2004 at 16:23:22 Pacific
OS: dos
CPU/Ram: 386/3mb
Comment:

hi yall

got a klh 2800 that is older than dirt but after alot of working on it and some help from people in 3.1 forum it is up and running but will only run dos

so decided to use it as a kitchen laptop for recipes found a program for it but dont know how to move it from the floppy to the hard drive and into dos

the recipes files the program which is meal master set up on the hard drive but having to run the program itself from the floppy

can someone tell me how to move it to the hard drive in dos

thanks in advance for any help

sorry new to working with dos --can operate other operating systems and move programs and everything with them but still really new to dos

liz



Sponsored Link
Ads by Google

Response Number 1
Name: SkipCox
Date: December 15, 2004 at 16:45:14 Pacific
Reply:

Should be pretty simple Liz.

If you can run the program directly from the floppy you simply need to move the contents of the floppy to a directory on your hdd:

Here goes:

From the C:\> prompt, type
md master or cookin or mealmast...whatever you like for a directory name; it's only limited to 8 characters.
Next type:
xcopy a:\ /s c:\master
When that's done type:
cd master
You should now see this:
c:\master
If you type the dir command you should see an identical copy of the floppy and you can use the program just like you did from the floppy except, it'll be faster.

Skip


0

Response Number 2
Name: Rick McNabb
Date: December 15, 2004 at 16:54:33 Pacific
Reply:


Basically you create a directory on the HD with mkdir command.
DOS names can be no longer than eight characters.
something like this:

mkdir c:\recipe

copy a:\*.* c:\recipe\*.*

DOS is sometimes pretty cool.
If you add a /? switch to the end of a command, you will get a little help for it.
Try:

copy /?

or - sometimes better 'cause it has more funtionality:

xcopy /?

other command you may need:

mkdir
Makes a directory

ren
renames file(s) or directory

del
deletes file(s)

rmdir
removes directory


cd
change directory;
cd \ gets you to root of drive

If you have MSDOS, there may be a file you can run called help in the DOS directory.


0

Response Number 3
Name: neotms88
Date: December 16, 2004 at 12:41:15 Pacific
Reply:

Glad to see that you got it working, Follow Skip's post to get it installed to your HDD. Windows 3.1 will, WFW needs 2Mb. but will be slow, (should) run on it with 3Mb., I have it running on 3.5Mb./ 386sx 16Mhz.

Customer: Do you have any mouse pads?

Salseman, pointing: Over there.

Customer: Great!, will they be comadible with my computer.


0

Response Number 4
Name: silverwolf
Date: December 18, 2004 at 03:41:03 Pacific
Reply:

thanks for the help skip and rick i got the program there and running great

i really appreciate the help alot
liz


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


key delay in dosbox, not ... Disk space check- Dos scr...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: how to move program from floppy/hdd

how to retreave data from a laptop www.computing.net/answers/dos/how-to-retreave-data-from-a-laptop/14718.html

How to install a second IDE HDD (250 MB) www.computing.net/answers/dos/how-to-install-a-second-ide-hdd-250-mb/1732.html

How to move from C:\windows to just C:? www.computing.net/answers/dos/how-to-move-from-cwindows-to-just-c/2946.html