home *** CD-ROM | disk | FTP | other *** search
- Here are new merges to be used along with RBatch 1.50/1.51
-
- The only changes have occured in line 20475 and they were
- the removal of two lines, and move/edit of two lines.
-
- ------------------------
- Here is the old section:
- ------------------------
- Note: ### = Lines removed from old merge
-
- 20475 ZWasZ$ = ZUpldDriveFile$
- CALL FindFree
- IF VAL(ZFreeSpace$) < 4096 THEN _
- GOSUB 21895 : _ ' KG012402
- IndexSave = ZLastIndex + 1 : _ ' KG020201
- RETURN
- * ------[ first line different ]------
- IF ZBatchProto <> 0 OR ZUserXferDefault$ = "N" THEN _ ' ds112801
- IF (IndexSave < LastUpld) OR DupeCount > 0 THEN _ ' ds112801
- RETURN ' ds112801
- IF (ZUserIn$(1) = "U" OR ZUserIn$(1) = "u") THEN _ ' ds121401
- ZUserIn$(1) = ZUserIn$(2) ' ds121401
- ### IF (ZBatchProto <> 0 OR ZUserXferDefault$ = "N") AND IndexSave > 1 THEN _ ' ds112801
- ZFileNameHold$ = ZUserIn$(1) : _ ' ds112801
- CALL AllCaps(ZFileNameHold$) ' ds112801
- IF ZBatchProto = 0 AND ZuserXferDefault$ <> "N" THEN _ ' ds112801
- ### ZFileName$ = ZUserIn$(1) : _ ' ds112801
- ZLastIndex = 1 ' ds112801
- ZOutTxt$ = "Upload disk has" + _
- ZFreeSpace$
- GOSUB 21640
- IF ZFileSysParm > 1 THEN _
- RETURN
- ZLine25$ = "(U) " + _
- ZFileNameHold$
- ZSubParm = 2
- CALL Line25
- ZOutTxt$ = ""
- ZOK = ZTrue
-
-
- ------------------------
- Here is the new version: Edited/Moved lines have ' ds123001 notation
- ------------------------
-
- 20475 ZWasZ$ = ZUpldDriveFile$
- CALL FindFree
- IF VAL(ZFreeSpace$) < 4096 THEN _
- GOSUB 21895 : _ ' KG012402
- IndexSave = ZLastIndex + 1 : _ ' KG020201
- RETURN
- * ------[ first line different ]------
- IF ZBatchProto <> 0 OR ZUserXferDefault$ = "N" THEN _ ' ds112801
- IF (IndexSave < LastUpld) OR DupeCount > 0 THEN _ ' ds112801
- RETURN ' ds112801
- IF (ZUserIn$(1) = "U" OR ZUserIn$(1) = "u") THEN _ ' ds121401
- ZUserIn$(1) = ZUserIn$(2) ' ds121401
- ZFileNameHold$ = ZUserIn$(1) ' ds123001
- CALL AllCaps(ZFileNameHold$) ' ds123001
- IF ZBatchProto = 0 AND ZuserXferDefault$ <> "N" THEN _ ' ds112801
- ZLastIndex = 1 ' ds112801
- ZOutTxt$ = "Upload disk has" + _
- ZFreeSpace$
- GOSUB 21640
- IF ZFileSysParm > 1 THEN _
- RETURN
- ZLine25$ = "(U) " + _
- ZFileNameHold$
- ZSubParm = 2
- CALL Line25
- ZOutTxt$ = ""
- ZOK = ZTrue
-
-
- Note that two lines have been removed from the new merge (noted as ###
- in the old merge listing), and two lines were moved to the left (noted
- with 'ds123001 notation) with one line getting the : _ removed from the end.
-
- Thanks again to David Brodmann of Brodmann's Place BBS, for finding this
- problem.
-
-
- Dan Shore - SysOp
- THE SHORELINE BBS
- 301-946-2771
-