Recent

Author Topic: Grldr prepare menu.lst? How to work with live.Iso?  (Read 180 times)

d2010

  • Full Member
  • ***
  • Posts: 235
Grldr prepare menu.lst? How to work with live.Iso?
« on: December 01, 2025, 08:09:34 pm »
My = Program Target -- Input all-files *.iso and export menu.lst for booting.
I attach here a full-project source-of menu.lst.
How to work?
a)You unrar
to root C:\.. He contain the folder and no problems.
b)You execute "bin.w32\lazaisoc.exe
c)You mainmenu Bootp.h->Rootnoverify
d)You press Ctrl+1 and select knoppix13lin..

C:Q1=Other method for concat two TstringLists?
C:Q2=Anyone can update *.lpr with his Live.Dvd.Iso.Names?
C:Q3=Why Savedialog1.Execute put  double *.extension? *.lisa.lisa?
Code: [Select]
//e.g.    TList_catStr(foot,tvr7);
Function TList_catStr(var dest,srce:TStringList):integer;
Var cpy:integer;
Begin
       result := 00;
       if (srce = nil) then exit;
       if (dest=nil) then begin dest := srce; exit(RTGOOD);end;
       for cpy :=00 to Srce.Count-1 do  dest.Add(Srce.Strings[ cpy ]);
       Result := RTNORM;
end;
linkfull

https://sourceforge.net/projects/vlaxcompil/files/Source/Source-Delphi/lazarus4_4lazaisoc14dec2025.rar
/download


You unrar  to root C:\.. The archive.rar contain subfolders and no bad-work on C:\
Code: [Select]
title +--------------------------------------------------+ \n
      pager off
title ?            Casper/Menu.ls16                     ?\n
       echo "BPath= C:\vlaxcompil\0user\casper\menu.ls16"
      pager on
title +--------------------------------------------------▌ \n
      pager on
color white/blue black/cyan white/black cyan/black
default 0
« Last Edit: December 01, 2025, 08:15:34 pm by d2010 »

dsiders

  • Hero Member
  • *****
  • Posts: 1491
Re: Grldr prepare menu.lst? How to work with live.Iso?
« Reply #1 on: December 01, 2025, 09:15:00 pm »
a)You unrar

No, I don't believe I will. In addition, this forum should block .rar files.
Preview the next Lazarus documentation release at: https://dsiders.gitlab.io/lazdocsnext

dseligo

  • Hero Member
  • *****
  • Posts: 1618
Re: Grldr prepare menu.lst? How to work with live.Iso?
« Reply #2 on: December 02, 2025, 12:02:59 am »
a)You unrar

No, I don't believe I will. In addition, this forum should block .rar files.

Why?

 

TinyPortal © 2005-2018