Dec 192017
PC Magazine volume 13 number 21, Find Dead DLL’s. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
AVHELP.ZIP | 1110 | 980 | deflated |
BLT.ZIP | 1419 | 1344 | deflated |
EDITHE.PRG | 1687 | 759 | deflated |
EMF12.ZIP | 46127 | 45163 | deflated |
FDDLLS.ZIP | 62077 | 62006 | deflated |
LDTEMP.DOC | 233 | 180 | deflated |
Download File V13N21.ZIP Here
Contents of the LDTEMP.DOC file
Sub MAIN
Dim dlg As DocumentStatistics
GetCurValues dlg
CurTemp$ = dlg.Template
button = MsgBox("Do you want to edit " + CurTemp$ + "?", 36)
If button = 0 Then Goto bye
FileOpen .Name = CurTemp$, .AddToMru = 0
bye:
End Sub
Dim dlg As DocumentStatistics
GetCurValues dlg
CurTemp$ = dlg.Template
button = MsgBox("Do you want to edit " + CurTemp$ + "?", 36)
If button = 0 Then Goto bye
FileOpen .Name = CurTemp$, .AddToMru = 0
bye:
End Sub
December 19, 2017
Add comments