Jump to content

Explanation of the F.BAT: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 January 2026

  • curprev 15:3315:33, 28 January 2026 AShanks talk contribs 2,057 bytes 0 No edit summary
  • curprev 15:3115:31, 28 January 2026 AShanks talk contribs 2,057 bytes −28 No edit summary
  • curprev 15:2415:24, 28 January 2026 AShanks talk contribs 2,085 bytes +2,085 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..."