MOVE version 1.20 Updated 7/28/93. C/C++ source code created and compiled by Andrew Hardej. MOVE.EXE redirects or moves user specified files from one directory to another directory (from origin to destination). Example: To move a file called name.exe from the c:\dir1 on your hard disk to another directory named c:\dir2. Syntax: move c:\dir1\name.exe c:\dir2 Note: The program supports wildcard *.* filename parameters. Example: To move all executable files from the c:\dir1 on your hard disk to another named c:\dir2. Syntax: move c:\dir1\*.exe c:\dir2 Note: Or if you are already in the c:\dir1 directory (c:\dir1>) move *.* c:\dir2 MOVE v1.20 replaces MOVE v1.10. This has been a maintenance release. Among the modifications are screen output changes and additional error checking routines. The coding of the program is no longer in straight C, but instead has been rewritten in a mix of C and C++ which I refer to as hybrid C. Authentication: A control checksum of MOVE.EXE will produce the following results. MOVE.EXE 16994 7-28-93 12:53p CRC-16 for move.exe = C2E4 ARC-style CRC for move.exe = E4C2 CCITT for move.exe = 1843 If you find MOVE useful, I ask that you register the program. See the file REGISTER.TXT to comply. MOVE.EXE can be distributed freely provided that the following 4 files are distributed together: MOVE.EXE 16994 7-28-93 12:53p MOVE.TXT 1929 7-28-93 12:53p REGISTER.TXT 3471 7-28-93 12:53p FILE_ID.DIZ 311 7-28-93 12:53p Author: For comments and suggestions, Andrew Hardej can be reached via e-Mail on The BOSS BBS Tel: (201) 568-7286. End of file: