Jump to content

k33

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Posts posted by k33

  1. Very interesting discussion as i would like to get some AMD 64 CPU with PCI-E. Hope that soon the PCI-E issue with Nvidia will be fixed.

    ! I have do do some important remark to one of you saying Windos 98SE was limited to 137GB HDs !

    This is simply not true and refers to the biosses of the onbard IDE chipsets, like the Intel BX.

    When using an external IDE controller/a controller with a supportive bios you don´t have that problem. Besides a more than 137GB capable bios for the controller you need, of course, the right and updated >137GB Windows 98 drivers from the manufacturer.

    I myself use a CUBX-E with patched bios for the additional onboard! Promise controller. 160GB HDs run flawlessly with full size for more than 2 years with that CUBX-E (partition sizes under 137Gb)!

  2. 1. from command prompt

    mkdir \\.\c:\con

    rd /S /Q \\.\c:\con

    or

    mkdir c:\con\

    rmdir c:\con\

    2. save the following text into a htm file, then browse it

    <html>

    <body>

    <script type="text/vbscript">

    dim filesys, newfolder, confolder

    confolder = "\\.\c:\con"

    set filesys=CreateObject("Scripting.FileSystemObject")

    If not filesys.FolderExists(confolder) Then

    Set newfolder = filesys.CreateFolder(confolder)

    document.write("Create CON folder<br>")

    else

    set newfolder = filesys.GetFolder(confolder)

    newfolder.Delete

    document.write("Delete CON folder<br>")

    End If

    document.write("<B>CopyRight ©2005 k33, k33@k.ro</B>")

    </script>

    </body>

    </html>

×
×
  • Create New...