Home » CEEFAX disks » telesoftware7.adl » 18-06-88/MOVE/DOC

18-06-88/MOVE/DOC

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » CEEFAX disks » telesoftware7.adl
Filename: 18-06-88/MOVE/DOC
Read OK:
File size: 0680 bytes
Load address: 0000
Exec address: FFFFFFFF
File contents
                              MOVE

        MOVE is sort of a cross between COPY and VDEL.
        PC DOS version 2.00 or greater is required.
        Options may be preceded by "/" or by " -".


        The following is produced by entering MOVE > MOVE.DOC --

            [MOVE Version 1.00]
            The MOVE utility is a COPY which prompts at each file.

            Syntax: 
              MOVE [SourceDir]FileSpec [TargetDir] [OptionList]

            OptionsList: 
              /Erase  -Erase  Erase each file after successful copy.
              /Terse  -Terse  Suppress version message, instructions.
              /Yes    -Yes    Automatic "Yes" response to each query.

            Public Domain 1984 by Lewis Haupt
            P.O.Box 25363, Houston, Tx  77265

        Examples --
            -- Copy using full directory specifications.
            C> MOVE C:\DIRA\*.* C:\DIRB:  

            [MOVE Version 1.00]
            Press Y to copy, N to skip, ESC to stop.

                    Copy ABCD.DOC? Yes
                    Copy EDGHI.DOC? No
                    Copy JKL.DOC? Yes
                    Copy MNOP.DOC? Stop

            -- Copy from A: to current disk and directory.
            -- Delete each file after it's moved.

            C> MOVE A:*.* /E
            [MOVE Version 1.00]
            Press Y to copy, N to skip, ESC to stop.

                    Copy and erase ABCD.DOC? Yes
                    Copy and erase EDGHI.DOC? No
                    Copy and erase JKL.DOC? Yes
                    Copy and erase MNOP.DOC? Stop


00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 4d 4f  |              MO|
00000020  56 45 0d 0a 0d 0a 20 20  20 20 20 20 20 20 4d 4f  |VE....        MO|
00000030  56 45 20 69 73 20 73 6f  72 74 20 6f 66 20 61 20  |VE is sort of a |
00000040  63 72 6f 73 73 20 62 65  74 77 65 65 6e 20 43 4f  |cross between CO|
00000050  50 59 20 61 6e 64 20 56  44 45 4c 2e 0d 0a 20 20  |PY and VDEL...  |
00000060  20 20 20 20 20 20 50 43  20 44 4f 53 20 76 65 72  |      PC DOS ver|
00000070  73 69 6f 6e 20 32 2e 30  30 20 6f 72 20 67 72 65  |sion 2.00 or gre|
00000080  61 74 65 72 20 69 73 20  72 65 71 75 69 72 65 64  |ater is required|
00000090  2e 0d 0a 20 20 20 20 20  20 20 20 4f 70 74 69 6f  |...        Optio|
000000a0  6e 73 20 6d 61 79 20 62  65 20 70 72 65 63 65 64  |ns may be preced|
000000b0  65 64 20 62 79 20 22 2f  22 20 6f 72 20 62 79 20  |ed by "/" or by |
000000c0  22 20 2d 22 2e 0a 0d 0a  0d 0a 20 20 20 20 20 20  |" -"......      |
000000d0  20 20 54 68 65 20 66 6f  6c 6c 6f 77 69 6e 67 20  |  The following |
000000e0  69 73 20 70 72 6f 64 75  63 65 64 20 62 79 20 65  |is produced by e|
000000f0  6e 74 65 72 69 6e 67 20  4d 4f 56 45 20 3e 20 4d  |ntering MOVE > M|
00000100  4f 56 45 2e 44 4f 43 20  2d 2d 0d 0a 0d 0a 20 20  |OVE.DOC --....  |
00000110  20 20 20 20 20 20 20 20  20 20 5b 4d 4f 56 45 20  |          [MOVE |
00000120  56 65 72 73 69 6f 6e 20  31 2e 30 30 5d 0d 0a 20  |Version 1.00].. |
00000130  20 20 20 20 20 20 20 20  20 20 20 54 68 65 20 4d  |           The M|
00000140  4f 56 45 20 75 74 69 6c  69 74 79 20 69 73 20 61  |OVE utility is a|
00000150  20 43 4f 50 59 20 77 68  69 63 68 20 70 72 6f 6d  | COPY which prom|
00000160  70 74 73 20 61 74 20 65  61 63 68 20 66 69 6c 65  |pts at each file|
00000170  2e 0d 0a 0d 0a 20 20 20  20 20 20 20 20 20 20 20  |.....           |
00000180  20 53 79 6e 74 61 78 3a  20 0d 0a 20 20 20 20 20  | Syntax: ..     |
00000190  20 20 20 20 20 20 20 20  20 4d 4f 56 45 20 5b 53  |         MOVE [S|
000001a0  6f 75 72 63 65 44 69 72  5d 46 69 6c 65 53 70 65  |ourceDir]FileSpe|
000001b0  63 20 5b 54 61 72 67 65  74 44 69 72 5d 20 5b 4f  |c [TargetDir] [O|
000001c0  70 74 69 6f 6e 4c 69 73  74 5d 0d 0a 0d 0a 20 20  |ptionList]....  |
000001d0  20 20 20 20 20 20 20 20  20 20 4f 70 74 69 6f 6e  |          Option|
000001e0  73 4c 69 73 74 3a 20 0d  0a 20 20 20 20 20 20 20  |sList: ..       |
000001f0  20 20 20 20 20 20 20 2f  45 72 61 73 65 20 20 2d  |       /Erase  -|
00000200  45 72 61 73 65 20 20 45  72 61 73 65 20 65 61 63  |Erase  Erase eac|
00000210  68 20 66 69 6c 65 20 61  66 74 65 72 20 73 75 63  |h file after suc|
00000220  63 65 73 73 66 75 6c 20  63 6f 70 79 2e 0d 0a 20  |cessful copy... |
00000230  20 20 20 20 20 20 20 20  20 20 20 20 20 2f 54 65  |             /Te|
00000240  72 73 65 20 20 2d 54 65  72 73 65 20 20 53 75 70  |rse  -Terse  Sup|
00000250  70 72 65 73 73 20 76 65  72 73 69 6f 6e 20 6d 65  |press version me|
00000260  73 73 61 67 65 2c 20 69  6e 73 74 72 75 63 74 69  |ssage, instructi|
00000270  6f 6e 73 2e 0d 0a 20 20  20 20 20 20 20 20 20 20  |ons...          |
00000280  20 20 20 20 2f 59 65 73  20 20 20 20 2d 59 65 73  |    /Yes    -Yes|
00000290  20 20 20 20 41 75 74 6f  6d 61 74 69 63 20 22 59  |    Automatic "Y|
000002a0  65 73 22 20 72 65 73 70  6f 6e 73 65 20 74 6f 20  |es" response to |
000002b0  65 61 63 68 20 71 75 65  72 79 2e 0d 0a 0d 0a 20  |each query..... |
000002c0  20 20 20 20 20 20 20 20  20 20 20 50 75 62 6c 69  |           Publi|
000002d0  63 20 44 6f 6d 61 69 6e  20 31 39 38 34 20 62 79  |c Domain 1984 by|
000002e0  20 4c 65 77 69 73 20 48  61 75 70 74 0d 0a 20 20  | Lewis Haupt..  |
000002f0  20 20 20 20 20 20 20 20  20 20 50 2e 4f 2e 42 6f  |          P.O.Bo|
00000300  78 20 32 35 33 36 33 2c  20 48 6f 75 73 74 6f 6e  |x 25363, Houston|
00000310  2c 20 54 78 20 20 37 37  32 36 35 0d 0a 0d 0a 20  |, Tx  77265.... |
00000320  20 20 20 20 20 20 20 45  78 61 6d 70 6c 65 73 20  |       Examples |
00000330  2d 2d 0d 0a 20 20 20 20  20 20 20 20 20 20 20 20  |--..            |
00000340  2d 2d 20 43 6f 70 79 20  75 73 69 6e 67 20 66 75  |-- Copy using fu|
00000350  6c 6c 20 64 69 72 65 63  74 6f 72 79 20 73 70 65  |ll directory spe|
00000360  63 69 66 69 63 61 74 69  6f 6e 73 2e 0d 0a 20 20  |cifications...  |
00000370  20 20 20 20 20 20 20 20  20 20 43 3e 20 4d 4f 56  |          C> MOV|
00000380  45 20 43 3a 5c 44 49 52  41 5c 2a 2e 2a 20 43 3a  |E C:\DIRA\*.* C:|
00000390  5c 44 49 52 42 3a 20 20  0d 0a 0d 0a 20 20 20 20  |\DIRB:  ....    |
000003a0  20 20 20 20 20 20 20 20  5b 4d 4f 56 45 20 56 65  |        [MOVE Ve|
000003b0  72 73 69 6f 6e 20 31 2e  30 30 5d 0d 0a 20 20 20  |rsion 1.00]..   |
000003c0  20 20 20 20 20 20 20 20  20 50 72 65 73 73 20 59  |         Press Y|
000003d0  20 74 6f 20 63 6f 70 79  2c 20 4e 20 74 6f 20 73  | to copy, N to s|
000003e0  6b 69 70 2c 20 45 53 43  20 74 6f 20 73 74 6f 70  |kip, ESC to stop|
000003f0  2e 0d 0a 0d 0a 20 20 20  20 20 20 20 20 20 20 20  |.....           |
00000400  20 20 20 20 20 20 20 20  20 43 6f 70 79 20 41 42  |         Copy AB|
00000410  43 44 2e 44 4f 43 3f 20  59 65 73 0d 0a 20 20 20  |CD.DOC? Yes..   |
00000420  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000430  20 43 6f 70 79 20 45 44  47 48 49 2e 44 4f 43 3f  | Copy EDGHI.DOC?|
00000440  20 4e 6f 0d 0a 20 20 20  20 20 20 20 20 20 20 20  | No..           |
00000450  20 20 20 20 20 20 20 20  20 43 6f 70 79 20 4a 4b  |         Copy JK|
00000460  4c 2e 44 4f 43 3f 20 59  65 73 0d 0a 20 20 20 20  |L.DOC? Yes..    |
00000470  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000480  43 6f 70 79 20 4d 4e 4f  50 2e 44 4f 43 3f 20 53  |Copy MNOP.DOC? S|
00000490  74 6f 70 0d 0a 0d 0a 20  20 20 20 20 20 20 20 20  |top....         |
000004a0  20 20 20 2d 2d 20 43 6f  70 79 20 66 72 6f 6d 20  |   -- Copy from |
000004b0  41 3a 20 74 6f 20 63 75  72 72 65 6e 74 20 64 69  |A: to current di|
000004c0  73 6b 20 61 6e 64 20 64  69 72 65 63 74 6f 72 79  |sk and directory|
000004d0  2e 0d 0a 20 20 20 20 20  20 20 20 20 20 20 20 2d  |...            -|
000004e0  2d 20 44 65 6c 65 74 65  20 65 61 63 68 20 66 69  |- Delete each fi|
000004f0  6c 65 20 61 66 74 65 72  20 69 74 27 73 20 6d 6f  |le after it's mo|
00000500  76 65 64 2e 0d 0a 0d 0a  20 20 20 20 20 20 20 20  |ved.....        |
00000510  20 20 20 20 43 3e 20 4d  4f 56 45 20 41 3a 2a 2e  |    C> MOVE A:*.|
00000520  2a 20 2f 45 0d 0a 20 20  20 20 20 20 20 20 20 20  |* /E..          |
00000530  20 20 5b 4d 4f 56 45 20  56 65 72 73 69 6f 6e 20  |  [MOVE Version |
00000540  31 2e 30 30 5d 0d 0a 20  20 20 20 20 20 20 20 20  |1.00]..         |
00000550  20 20 20 50 72 65 73 73  20 59 20 74 6f 20 63 6f  |   Press Y to co|
00000560  70 79 2c 20 4e 20 74 6f  20 73 6b 69 70 2c 20 45  |py, N to skip, E|
00000570  53 43 20 74 6f 20 73 74  6f 70 2e 0d 0a 0d 0a 20  |SC to stop..... |
00000580  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000590  20 20 20 43 6f 70 79 20  61 6e 64 20 65 72 61 73  |   Copy and eras|
000005a0  65 20 41 42 43 44 2e 44  4f 43 3f 20 59 65 73 0d  |e ABCD.DOC? Yes.|
000005b0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000005c0  20 20 20 20 20 43 6f 70  79 20 61 6e 64 20 65 72  |     Copy and er|
000005d0  61 73 65 20 45 44 47 48  49 2e 44 4f 43 3f 20 4e  |ase EDGHI.DOC? N|
000005e0  6f 0d 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |o..             |
000005f0  20 20 20 20 20 20 20 43  6f 70 79 20 61 6e 64 20  |       Copy and |
00000600  65 72 61 73 65 20 4a 4b  4c 2e 44 4f 43 3f 20 59  |erase JKL.DOC? Y|
00000610  65 73 0d 0a 20 20 20 20  20 20 20 20 20 20 20 20  |es..            |
00000620  20 20 20 20 20 20 20 20  43 6f 70 79 20 61 6e 64  |        Copy and|
00000630  20 65 72 61 73 65 20 4d  4e 4f 50 2e 44 4f 43 3f  | erase MNOP.DOC?|
00000640  20 53 74 6f 70 0d 0a 1a  1a 0a 1a 00 00 00 00 00  | Stop...........|
00000650  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000680
18-06-88/MOVE/DOC.m0
18-06-88/MOVE/DOC.m1
18-06-88/MOVE/DOC.m2
18-06-88/MOVE/DOC.m4
18-06-88/MOVE/DOC.m5