Jump to content

Main public logs

Combined display of all available logs of DocDepot. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:17, 29 June 2026 AShanks talk contribs set 2326 as the approved revision for "Explanation of the F.BAT"
  • 15:24, 28 January 2026 AShanks talk contribs created page Explanation of the F.BAT (Created page with "F.BAT is designed to run once on boot up and then it gets deleted by the normal system startup. An example F.BAT is below with explanations is written below. This file is from a V5.11 B98 full update package: <pre> set INSTFILE=V511B98.EXE </pre> name of the install file <pre> if not exist zip.psp goto dead </pre> if zip.psp is missing, F.BAT jumps to bail out section below (dead) and the update fails. <pre> del zip.psp </pre> delete zip.psp. In case of error in the...")