diff options
Diffstat (limited to 'v4.0/src/CMD/RECOVER/RECCHNG.INC')
| -rw-r--r-- | v4.0/src/CMD/RECOVER/RECCHNG.INC | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/v4.0/src/CMD/RECOVER/RECCHNG.INC b/v4.0/src/CMD/RECOVER/RECCHNG.INC new file mode 100644 index 0000000..016ecfd --- /dev/null +++ b/v4.0/src/CMD/RECOVER/RECCHNG.INC | |||
| @@ -0,0 +1,161 @@ | |||
| 1 | .xlist | ||
| 2 | ; | ||
| 3 | ; | ||
| 4 | ;REV 1.0 | ||
| 5 | ; | ||
| 6 | ;REV 1.5 | ||
| 7 | ; Added header message ARR | ||
| 8 | ;REV EKE 9/8/83 | ||
| 9 | ; added code for 2.X, it now quits if trying to recover over a net | ||
| 10 | ;REV EKE 10/13/83 | ||
| 11 | ; Fixed current directory saving. | ||
| 12 | ;REV NP 10/17/83 | ||
| 13 | ; Use printf for messages. | ||
| 14 | ; And now it's an .EXE file. | ||
| 15 | ;REV 2.0 | ||
| 16 | ; MZ 11/1/83 | ||
| 17 | ; Commented the source | ||
| 18 | ; Used symbols from DOSSYM | ||
| 19 | ; Fixed for 16-bit fats. | ||
| 20 | ; | ||
| 21 | ;***************************************************************************** | ||
| 22 | ;* * | ||
| 23 | ;* Change list to RECOVER modules * | ||
| 24 | ;* * | ||
| 25 | ;* Lines are tagged ANxxx for new, ACxxx for changed * | ||
| 26 | ;* --------------------------------------------------------------------------* | ||
| 27 | ;* 000 - DOS 4.00 Spec additions and DCR's thru unit/function test * | ||
| 28 | ;* Date: 8/3/87 | ||
| 29 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 30 | ;* 001 - DOS 4.00 PTM P265 - Give 'Can't chkdsk subst drive" when running * | ||
| 31 | ;* hardfile. Using 1 based drive insted of 0 * | ||
| 32 | ;* Date: 8/17/87 | ||
| 33 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 34 | ;* 002 - DOS 4.00 PTM P251 - Hang when chkdsk default drive. Not setting up * | ||
| 35 | ;* drive fields correctly on default drive * | ||
| 36 | ;* Date: 8/14/87 | ||
| 37 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 38 | ;* * | ||
| 39 | ;* * | ||
| 40 | ;* * | ||
| 41 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 42 | ;* * | ||
| 43 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 44 | ;* 005 - DOS 4.00 DCR D166 - Enable 128k FAT * | ||
| 45 | ;* Date: 8/21/87 | ||
| 46 | ;* procedures changed - calc_fat_addr, readft, wrtft, getfat, setfat, fillfat* | ||
| 47 | ;* read_disk, read_once, write_disk, write_once, read_file, drive_spec * | ||
| 48 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 49 | ;* 006 - DOS 4.00 ptm p??? - msg when disk full * | ||
| 50 | ;* Date: 8/21/87 | ||
| 51 | ;* procedures changed - main_loop1 * | ||
| 52 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 53 | ;* 007 - DOS 4.00 ptm p1682- redirection to file not working * | ||
| 54 | ;* Date: 10/14/87 | ||
| 55 | ;* procedures changed - recmsg.inc * | ||
| 56 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 57 | ;* 008 - DOS 4.00 ptm p1845- changes current drive * | ||
| 58 | ;* Date: 10/20/87 | ||
| 59 | ;* procedures changed - recover.sal * | ||
| 60 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 61 | ;* 009 - DOS 4.00 ptm p1850- a:recover c: --> 'insert diskette for drive b' * | ||
| 62 | ;* Date: 10/21/87 | ||
| 63 | ;* procedures changed - recinit.sal * | ||
| 64 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 65 | ;* 010 - DOS 4.00 ptm p1934- no msg displayed for 'recover a:' * | ||
| 66 | ;* Date: 10/22/87 | ||
| 67 | ;* procedures changed - recover.sal, recproc.sal * | ||
| 68 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 69 | ;* 011 - DOS 4.00 ptm p2020- recover doesnt exec * | ||
| 70 | ;* Date: 10/25/87 | ||
| 71 | ;* procedures changed - recexec.sal * | ||
| 72 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 73 | ;* 012 - DOS 4.00 ptm p2224 & p2230 - dbcs handling * | ||
| 74 | ;* Date: 11/02/87 | ||
| 75 | ;* procedures changed - recover.sal, recdbcs.sal * | ||
| 76 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 77 | ;* 013 - DOS 4.00 ptm p2264 - no low memory error checking * | ||
| 78 | ;* Date: 11/04/87 | ||
| 79 | ;* procedures changed - recover.sal * | ||
| 80 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 81 | ;* 014 - DOS 4.00 ptm p2650 - doesnt handle c:\file.nam * | ||
| 82 | ;* Date: 11/24/87 | ||
| 83 | ;* procedures changed - recover.sal * | ||
| 84 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 85 | ;* 015 - DOS 4.00 ptm p2702,2730 - doesnt report not writing to fat * | ||
| 86 | ;* Date: 11/30/87 | ||
| 87 | ;* procedures changed - recover.sal * | ||
| 88 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 89 | ;* 016 - DOS 4.00 ptm p2868 - recover files gone * | ||
| 90 | ;* Date: 12/10/87 | ||
| 91 | ;* procedures changed - none - recproc.sal was not exported on 10-22-87 * | ||
| 92 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 93 | ;* 017 - DOS 4.00 ptm p3013 - ADD CHECK for carry after name translate * | ||
| 94 | ;* Date: 12/29/87 | ||
| 95 | ;* procedures changed - recinit.sal * | ||
| 96 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 97 | ;* 018 - DOS 4.00 ptm p2991 - problem with space after drive letter * | ||
| 98 | ;* Date: 12/29/87 | ||
| 99 | ;* procedures changed - recover.sal * | ||
| 100 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 101 | ;* 019 - DOS 4.00 ptm p3029 - doesn't handle subdirs * | ||
| 102 | ;* Date: 1/05/88 | ||
| 103 | ;* procedures changed - recover.sal * | ||
| 104 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 105 | ;* 020 - DOS 4.00 ptm p3042 - * | ||
| 106 | ;* Date: 1/06/88 | ||
| 107 | ;* procedures changed - recover.sal * | ||
| 108 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 109 | ;* 021 - DOS 4.00 ptm p3138 - file not found if a:\filename * | ||
| 110 | ;* Date: 1/22/88 | ||
| 111 | ;* procedures changed - recover.sal * | ||
| 112 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 113 | ;* 022 - DOS 4.00 ptm p3130 - remove AFS * | ||
| 114 | ;* Date: 1/25/88 | ||
| 115 | ;* procedures changed - recexec.sal, recover.mak, recover.arf, recover.skl * | ||
| 116 | ;* - recmsg.inc, recequ.inc, recdata.inc, recinit.sal * | ||
| 117 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 118 | ;* 023 - DOS 4.00 ptm p3136 - cannot write fat on hard file * | ||
| 119 | ;* Date: 1/25/88 | ||
| 120 | ;* procedures changed - recproc.sal * | ||
| 121 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 122 | ;* 024 - DOS 4.00 ptm p3160 - cannot handle '\' as dbcs second byte * | ||
| 123 | ;* Date: 1/25/88 | ||
| 124 | ;* procedures changed - recover.sal, recdata.inc * | ||
| 125 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 126 | ;* 025 - DOS 4.00 ptm p3280 - include basesw for parser * | ||
| 127 | ;* Date: 1/29/88 | ||
| 128 | ;* procedures changed - recparse.inc * | ||
| 129 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 130 | ;* 026 - DOS 4.00 ptm p3360 - handle control-break * | ||
| 131 | ;* Date: 2/04/88 | ||
| 132 | ;* procedures changed - recover.sal * | ||
| 133 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 134 | ;* 027 - DOS 4.00 ptm p3471 - recover drive on >32M * | ||
| 135 | ;* Date: 2/17/88 | ||
| 136 | ;* procedures changed - recover.sal * | ||
| 137 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 138 | ;* 028 - DOS 4.00 ptm p3573 - make changes for pathgen of parser and msg ret * | ||
| 139 | ;* Date: 2/19/88 | ||
| 140 | ;* procedures changed - recparse.inc, recdisp.asm * | ||
| 141 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 142 | ;* 029 - DOS 4.00 ptm p3631 - correct changes made for pathgen of msg ret * | ||
| 143 | ;* Date: 2/26/88 | ||
| 144 | ;* procedures changed - recdisp.asm * | ||
| 145 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 146 | ;* 030 - DOS 4.00 dcr d490 - make get/set media id same as os/2 1.0 * | ||
| 147 | ;* Date: 2/26/88 | ||
| 148 | ;* procedures changed - recinit.sal * | ||
| 149 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 150 | ;* 031 - DOS 4.00 PTM P3923 - DISPLAY INVALID PARMS * | ||
| 151 | ;* Date: 3/23/88 | ||
| 152 | ;* procedures changed - recinit.sal, recmsg.inc * | ||
| 153 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 154 | ;* 032 - DOS 4.00 PTM P4387 - remove sf_extclus from source * | ||
| 155 | ;* Date: 4/18/88 | ||
| 156 | ;* procedures changed - recover.sal * | ||
| 157 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 158 | ;* * | ||
| 159 | ;***************************************************************************** | ||
| 160 | ;* Note: This is file CHKCHNG.INC for updating purposes * | ||
| 161 | ;***************************************************************************** | ||