Recent

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

d2010

  • Sr. Member
  • ****
  • Posts: 251
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

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 18, 2025, 10:19:04 am by d2010 »

dsiders

  • Hero Member
  • *****
  • Posts: 1521
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.

dseligo

  • Hero Member
  • *****
  • Posts: 1653
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?

Zvoni

  • Hero Member
  • *****
  • Posts: 3242
Re: Grldr prepare menu.lst? How to work with live.Iso?
« Reply #3 on: December 18, 2025, 10:24:38 am »
C:Q1=Other method for concat two TstringLists?

Code: Pascal  [Select][+][-]
  1. Var SL1, SL2: TStringList;
  2. Begin
  3. //Create, initialze, Fill the 2 StringLists
  4. SL1.AddStrings(SL2);  //Add Strings from SL2 to SL1
  5. End;
« Last Edit: December 18, 2025, 10:26:54 am by Zvoni »
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad

 

TinyPortal © 2005-2018