// // setupback2.vdm C.Z. 07.06.1999 // // wandelt eine VB-Setup.lst in Backup-Batch um, Teil 2/2 // re(90) bof while(!at_eof){ if(cc==91){ l(1) continue } s(",",noerr+advance+count,3) if(EM){ break } bb(cp) s(",") be(cp) rcb(89,bb,be) c(1) bb(cp) s(",") be(cp) rcb(90,bb,be,append) rs(90," : ",append) rs(90,@89,append) rs(90," : ",append) s(",",advance+count,3) bb(cp) s(",",count,2) be(cp) rcb(90,bb,be,append) or(90,append) tn(1) or(clear) bb(clear) l(1) } bs(buf_free) ri(90) bof while(!at_eof){ if(match("$(WinSysPath|Y) : ")==0){ Del_Char(Chars_Matched) IT("C:\winnt\system32\") } else { if(match("$(WinPath|Y) : ")==0){ Del_Char(Chars_Matched) IT("C:\winnt\") } else { if(match("$(MSDAOPath) : ")==0){ Del_Char(Chars_Matched) IT("C:\Programme\Gemeinsame Dateien\Microsoft Shared\DAO\") } } } l(1) }