Jump to content

Incroyable HULK

Patron
  • Posts

    1,279
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by Incroyable HULK

  1. @ GunSmokingMan

    Sorry GSM but it doesn't work...

    I tried several combinations and most of the time I get a warning about "File not Found" for SAV10 or "Syntax error in command line" for WMP10

    The extra backslashes (\") in the command line are there to escape the quote caracter... I don't understand why you kept them in your example:

    You do not need extra backslashes in the path

    I have edited the Symantec so it correct. You may have to add chr(34) to this WMP code, but the rest is correct for it.

    Dim Act : Set Act = CreateObject("Wscript.shell")
    Act.Run(chr(34) & "D:\Symantec AntiVirus.msi\ /qb-!" & chr(34)), 1, True
    Act.Run("D:\WMP10.exe /Q:A /C:\setup_wm.exe /Q /R:N /DisallowSystemRestore"), 1, True

    @ RogueSpear

    OMG! I don't even know where to start to modify my syntax!

    Regarding the parenthesis, I think there is several way to do this:

    WshShell.Run("D:\SymantecAntiVirus.msi /qb-!", 1, True)
    or
    WshShell.Run("D:\SymantecAntiVirus.msi /qb-!"), 1, True
    or
    WshShell.Run "D:\SymantecAntiVirus.msi /qb-!", 1, True

    All of them works!

  2. Hello All,

    I'm trying to install Symantec Antivirus 10 & Windows Media Player 10 but I can't seem to figure out the proper syntax for the VBScript function:

    WshShell.Run("\"D:\Symantec AntiVirus.msi\" /qb-!", 1, True)

    WshShell.Run("D:\WMP10.exe /Q:A /C:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"", 1, True)

    The problem is coming from the use of surrounding \"

    BTW, I know all I have to do for Symantec is to rename the .msi file without space and remove the surrounding \" but this won't work for Media Player...

  3. Hello all,

    I just bought a brand new Honda Civic 2006 and the included CD player can read MP3 as well as WMA files. :yes:

    I'd like to take a few of my CD and convert them to the WMA format and I was wondering which program would be the best for this task?

  4. Here is my method

    1- Download the Boot Disk here using the proper language: http://support.microsoft.com/kb/310994/en-us

    2- Create a folder named i386 at the root of your CD-ROM (you can change the name if you want BUT you'll have to Hex Edit the same way as you would with a OS)

    3- Extract the content of the Disk Setup Set and open each floppy images (with WinImage) and extract the content to the i386 folder you just created

    4- Now you can boot this i386 folder like you do with any other OS (In EasyBoot, you would call the w2ksect.bin to boot this recovery console... and this is the file you would Hex Edit to change the name of the folder i386 to something else)

  5. Hello all,

    I am wondering if it is possible to create some nice shortcuts like the Internet Explorer and Email Program in the Start Menu like this:

    Shortcut.gif

    The thing I like is the SUBTITLE (in light blue)

    I could really use something like that for a link to our Corporate Intranet, FTP Server, Etc.

    I was able to pin my own shortcut to the start menu (the Virtual Drive stuff) and I have some VBScript for this part but the Subtitle seems to be somewhere in the registry...

    any help appreciated!

  6. For now, this technology does not produce color output. However, there are some plans for color printing on the way. The Color would be obtained by having different layer on the "printable" disc thus reacting differently to the laser and producing something similar as a RGB effect.

    This is what I had for information about a year ago before the LightScribe and LabelFlash product were available...

    I tested the LightScribe and I am not really impressed by the result but also regarding the required time to print.

    Anyway, you can read more at:

    http://www.tomshardware.com/2006/02/14/lab...ightscribe_dvd/

    I still prefer to use a Epson R800 + Maxell Printable Silver CD & DVD... I get it done in 30sec. and the result is superb!

    Also, Primera and Imation are beginning to ship those AquaGuard Media which looks promising:

    http://www.primera.com/

    http://ir.imation.com/phoenix.zhtml?c=7396...ticle&ID=801861

  7. I can confirm you I have the following from your list currently working:

    Symantec Partition Magic

    Fujitsu (ATA Drive Diag.)

    Hitachi (Drive Fitness Test)

    Maxtor PowerMAX

    Western Digital (Data Lifeguard Diag.)

    Seagate Seatools

    And all I did was to build a floppy image of theses utilities... BUT I am using EasyBoot as my multiboot manager...

×
×
  • Create New...