search for: erun

Displaying 2 results from an estimated 2 matches for "erun".

Did you mean: arun
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
...stem Dim myBmpHeader As bmpHeader Dim myBmpPallete(256) As RGBColor4 Dim myBmpData() As Byte Dim myLssHeader As lssHeader Dim DebugStr As String Dim filename As String Dim iColor As Byte Dim myByte As Byte Dim nCount As Integer Dim run As Integer Dim erun As Byte Dim current As Byte Dim prev As Byte Dim rowBuffer() As Byte Dim dBitmapRow As String Dim dBuffer As String Dim dLSSRow As String sourcefile = "I:\PXE Server\splash.bmp" outputfile = "I:\PXE Server\splash.lss" Set fileSy...
2005 Feb 23
4
Maximum line length of APPEND option in PXELINUX
Hi, I just replaced the pxelinux.0 of some 2.x version by pxelinux.0 vers. 3.0.7. Some of the PXE Clients refused to boot thereafter (just stopped after reading the config file). I noticed that the APPEND line was too long. Is this intentional? What is the maximum length of the APPEND option line? Thanks, Thomas