maurit@nrtc.nrtc.northrop.com (Mark Aurit <maurit>) (04/17/91)
Im writing a utility for a user in which they can perform selective archiving, and decided to use the DOS BACKUP/RESTORE commands. I wrote a standalone program, linking it with TLINK. After getting it working I linked it into the main program (using BLINKER), which is fairly large (>526K disk space), and the sucker blew on the misc_error about RUN processing (on the line prior to the "RUN BACKUP" a MEMORY(0)=64). Since I believe it could find command.com, which was comspec'ed, I assume its a memory problem. I see 2 options (actually, 3, but I dont consider have the user jump in and out of the system as viable): - buy a memory overlay manager such as DrSwitch or MOM. - buy a back-up utility (that does not call DOS) designed to work within CLIPPER, such as the GrumpFish Backup library. Id like help in the following areas: - am I merely missing something in my programming (i.e. maybe there is a BLINKER feature that will help - Im using MEMOPACK(10)). I also have ALINK - would that work? - which the better of the memory overlay managers? I dont have firsthand experience with either, and would appreciate any comments from users. - are there other (and maybe better) backups than Grumpfish? Again, Id especially like to hear from anyone with experience. Thanks Mark Aurit P.S. Programming in C or Assembly are not options. Neither is 5.0!! internet: maurit@nrtc.northrop.com cserve: 71327,2534 mcimail: maurit phone: (213) 331-4069
klox@otago.ac.nz (04/17/91)
In article <22248@gremlin.nrtc.northrop.com>, maurit@nrtc.nrtc.northrop.com (Mark Aurit <maurit>) writes: > Im writing a utility for a user in which they can perform selective > archiving, and decided to use the DOS BACKUP/RESTORE commands. I wrote > a standalone program, linking it with TLINK. After getting it working > I linked it into the main program (using BLINKER), which is fairly > large (>526K disk space), and the sucker blew on the misc_error about > RUN processing (on the line prior to the "RUN BACKUP" a MEMORY(0)=64). > Since I believe it could find command.com, which was comspec'ed, I assume > its a memory problem. Try this in your autoexec file SET CLIPPER=R075 this reserves memory for clipper to use when running dos programs. See section 9 of your manual for details Cheers KLox