Content Type
Profiles
Forums
Events
Everything posted by Incroyable HULK
-
Syntax Problem with VBScript
Incroyable HULK replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
@ 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: @ 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! -
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...
-
Hello all, I am planning to add a few keys under the registry and I was wondering what would be the best place to do so?
-
Hello all, I just bought a brand new Honda Civic 2006 and the included CD player can read MP3 as well as WMA files. 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?
-
You should have these on the restoration CD/DVD that came with your notebook... If not, I have a LW75 and a T1 Express under way at work so I could provide it to you when I get one under my hands...
-
How do I get XPs Recovery Console on my Multiboot DVD
Incroyable HULK replied to andyd's topic in Multi-Boot CD/DVDs
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) -
Nice Shortcut in Start Menu
Incroyable HULK replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
There is some value in the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache but I am not sure if we can use it... -
Nice Shortcut in Start Menu
Incroyable HULK replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
yep, that's the code I already had... I was more interested in the Subtitle part -
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: 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!
-
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
-
... needed for 3DMark06 also ...
-
Quebecker
-
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...
-
Ok then, can you PM me the code of this last post (so I can Cut & Paste in the first page). I don't have time to go thru all the latest post, Is this all I should add to the first page (and replace the older Non-Critical hotfixes) or do I keep the old NON-Critical hotfixes posted by other members as well?