Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
79 lines
3.4 KiB
Plaintext
79 lines
3.4 KiB
Plaintext
MOVE.doc 7/18/87 Copyright MicroHelp, Inc.
|
|
|
|
When you make use of MOVE.COM, you are agreeing to the conditions
|
|
specified in this file. If you do not agree with the conditions,
|
|
please do not use the program.
|
|
|
|
The program MOVE.COM is used to move files from one subdirectory
|
|
to another subdirectory on the same disk drive, without having
|
|
to copy the files. You may instruct the program to confirm the movement
|
|
of each file before doing the move.
|
|
|
|
The syntax for using the program is:
|
|
|
|
MOVE oldfilespec newdirectory
|
|
|
|
"oldfilespec" must contain a file specification (including DOS "wildcards"
|
|
of '?' and '*'. It may also contain a drive and/or path specification.
|
|
"newdirectory" is the subdirectory where you want the files to be moved to.
|
|
|
|
Example Command Result
|
|
-------------------------- ---------------------------------------
|
|
MOVE *.COM \DOS Moves all files in the current directory
|
|
with the extension ".COM" to a subdirectory
|
|
named "\DOS" on the same disk.
|
|
MOVE READ.ME \ Moves the file "READ.ME" to the root directory
|
|
of the same disk.
|
|
MOVE \DOS\UTILS\*.DOC \DOCS All *.DOC files in C:\DOS\UTILS are
|
|
moved to a subdirectory called "\DOCS".
|
|
|
|
If you want the program to confirm the move (or be able to pick and choose
|
|
which files you want moved), simply place a '/p' on the end of your
|
|
command. Example:
|
|
|
|
MOVE *.* \DOS/P
|
|
|
|
If you do not remember the syntax, simply invoke MOVE without any
|
|
information and it will remind you of the correct syntax.
|
|
|
|
Disclaimer and Conditions of Use
|
|
|
|
MOVE.COM is a copyrighted, proprietary program offered as is
|
|
to any individual who wishes to try the software before buying it.
|
|
MicroHelp, Inc. specifically denies any responsibility for any damage
|
|
caused by the use of the program.
|
|
|
|
The program MOVE.COM and this file MOVE.DOC may be freely copied
|
|
and distributed as long as both files are included in any distribution
|
|
in an unmodified form.
|
|
|
|
A limited license is hereby granted to use and copy this program
|
|
during a twenty-one day evaluation period, if you continue to use the
|
|
program after twenty-one days, you are obligated to pay for it.
|
|
|
|
If you elect to pay for and use this program, MicroHelp, Incorporated
|
|
will grant to you a non-exclusive license to use the program as follows:
|
|
|
|
Individuals: A payment of $10.00 entitles you to use the program on
|
|
a single machine. You may use the program on more than
|
|
one machine as long as you are the only person using the
|
|
software and there is no possibility of more than one person
|
|
using the program at a time.
|
|
|
|
Site license: A payment of $50.00 entitles you to use the program
|
|
on any machine located at a single business location
|
|
("site"). Any number of persons at the site may use the
|
|
program and more than one person can use the program at
|
|
one time. You may also place the program on a local area
|
|
network, as long as the program is accessible only from
|
|
a single site.
|
|
|
|
Corporate license: A payment of $25 per site entitles you to use the
|
|
program on any machine that is owned by the company.
|
|
|
|
All payments must be made to: MicroHelp, Inc.
|
|
2220 Carlyle Drive
|
|
Marietta GA 30062-5841
|
|
|
|
For more information, please call MicroHelp at (404) 973-9272.
|
|
|