home *** CD-ROM | disk | FTP | other *** search
- ProgramName : MoveArea
- Description : Move Areas around in FILES.RA (RemoteAccess)
- Version : 1.00
- Last Compiled : 10-jul-91
- Compiler : Turbo Pascal 5.5
- Sourcecode : Public & Included
- Changed since
- last version : First version
-
- A Small tool to move around your areas in FILES.RA without retyping the lot
-
- Its really simple : Just type MOVEAREA and a FILESRA.TXT file will be made
- with information about the present status of your FILES.RA.
- First create a temporary directory to play in. Copy FILES.RA from your main
- directory into this directory (COPY C:\BBS\FILES.RA). Now you are ready to
- work.
-
- Use MOVEAREA like this :
-
- MOVEAREA 20 30 100 will move areas from 20-30 to 100-110
-
- If you only want to move 1 area, just type MOVEAREA 20 20 30
-
- Do NOT overlap the numbers like MOVEAREA 20 30 25. To do this you must
- first move the range to another place and then back again like this
-
- MOVEAREA 20 30 180
- MOVEAREA 180 190 25
-
- I was to lazy to change the code, but you are welcome to alter the code
- for your needs.
-
- MOVEAREA without any parameters will just make a FILESRA.TXT file in
- current directory, all empty areas will always be skipped in this file.
-
- Bo Bendtsen
- Kastanie Alle 14
- 2620 Albertslund
- 2:231/111 : 42643827
- 2:231/112 : 43628230
-
- Send a matrix if you like any of my programs
-
-
-