Content Type
Profiles
Forums
Events
Everything posted by Zxian
-
!|= j00 (4/\/ |234|) 7#!5 j00 |234|_|_'/ /\/33|) 70 937 |_4!|) j/k Great work XPero!
-
FAO: Xper; RE:Google Ads creating Problem#2
Zxian replied to The Rock's topic in Site & Forum Issues
His comment about having to close MSFN is perfectly valid. The Google Ads are what help fund the site. In another thread, xper mentioned that MSFN sees a total of about 1.3 TB (1300 GB) of bandwidth per year! If you look at typical hosting costs, this would amount to thousands and thousands of dollars. The Google Ads are the only way that a forum like this can recieve enough funding to continue to run. Alanoll originally mentioned that the problem was due to the way that Opera renders iFrames, which is true. The problem with the site is not Alanoll's fault. If the new site still uses the iFrames as Google provides them (they give you a snippet of code to add to your site), then the rendering problem will remain. He then said that he was working on an update to the site. However, Alanoll, like many others on this forum, has a life of his own and has other things to deal with. AFAIK, none of the mods or admins are getting paid to do their jobs. In the meantime, do the right thing and remove Google Ads from your host file and use IE to view the UA site. I'm 100% confident that it is a site that you can trust not to get spyware from so there's no need for that. You'd also be supporting the site that you're getting your help from. -
Ringfinger messed up as well... but gave the perfect example of how to take that image and put it here. From what he has take the highlighted part... <a href="http://www.cyborgname.com"> <img src="http://www.cyborgname.com/webimages/edox-RINGFINGER.png" width="240" height="180" alt="Robotic Intelligent Neohuman Generated for Forbidden Infiltration, Nocturnal Gratification and Efficient Repair" border="0"></a> And put it in tags as follows: [img=http://www.cyborgname.com/webimages/edox-RINGFINGER.png] With that you end up with.... You can do this with all the other name-generators or online things... Forums often use BBCode, not HTML (which is what they give you for the links).
-
Need some advise in adding a new HDD ?
Zxian replied to Gladd8tor's topic in Hard Drive and Removable Media
When you say copy, I think of simply selecting all the folders in the drive and copying them over in Explorer. This doesn't work very well. You also have to deal with the fact that the MBR is on the 40GB drive and won't be on the 200GB drive if you simply copy the files over. Most imaging programs will do copying of partitions, or transferring partitions from one computer to another. They will also copy partition information, such as which partition is the boot partition, which is active, etc etc etc. Copying in Explorer will not. -
Please Help with Office2003 Unattended
Zxian replied to mflashx's topic in Unattended Windows 2000/XP/2003
You can get what you want one of two ways. 1) Use 7-zip to compress the administrative install point. For me, the administrative, slipstreamed install point comes out at 634MB. Compressed it's 235MB. (Easy) 2) Use Office Shrink. Search for it, read the thread and the how-to. Once you're done with that, you can compress the resulting files as well to further save space. Be warned. Every time you change something in your Windows installation, you'll need to recreate the shrunk Office package. (Difficult) -
No, because the programs that you've mentioned have already been discussed elsewhere. For example, typing in "Winzip silent" will give you this as one of the first hits... Try harder...
-
Usually it would be an on-site visit. It may not necessarily be a person working for Microsoft, but it would be a company that was hired to perform the inspection. They would take a count of the number of computers each running the VLK and see if the client company has stayed within their contract limits. The whole point of the VLK is that there is no count on how many times its been used. It also allows for companies to easily transfer the licence from one computer to the other without having to call Microsoft for confirmation/permission.
-
Hehe... Nullification... reminds me of ReBoot!
-
The dreaded iFrame bug has apparently been fixed in the Merlin build, the version that is to be released as Opera 9 by all accounts.
-
Have you read the other posts about this? It's already been said that Alanoll is working on an update to the site and will not be updating the current site. Be patient and use another browser in the meantime (or download the PDF).
-
I get an error: Video Error INF cannot be found I tried putting it into the directory (didn't overwrite anything), as well as renaming it so that the filename matched that of the original.
-
I'm going to try with the standard ATI Catalyst drivers first. I've never been able to get the IGP drivers to install, even with a modded INF file from the DriverHeaven site. EDIT - I think you forgot to attach the INF file...
-
I don't know if you've got it, but AutoPlay Media Studio can do this for you... with a nice pretty interface as well. If you want, I can run you through how to set up a simple interface. It might take a bit of time and basic scripting know-how to make, but it'll do what you want. If all the programs can fit on the CD, you'll just need another couple of megs of space for the autorun. EDIT - Wait a second... you said you wanted all of this after the computer has rebooted? With an autorun system, you wouldn't need to reboot.
-
You want a selection list for the programs that are installed by RunOnceEx? Very simple answer - WPI. Check out the forum here. You'll need to create the silent installers yourself beforehand as normal though. Or are you talking about something like a CD that you insert after Windows has installed... I think you might be able to do this with an autorun... I'll have to check though. EDIT Yes... I think that you should be able to do this with AutoRun. You just have to set up the proper variables.
-
Umm.... 32MB ATI Radeon 9000 Mobility... I think. Compaq labels it as a 9200, but Lavalys and the Omega drivers list it as a 9000.
-
My girlfriend just showed me this game... It's really addicting. If you add the different components in the right order, you can get everything maxed out (I think...) Grow Cube It's really really addicting... those little guys are so hilarious!!!
-
[CMD] Compare two directories
Zxian replied to Zxian's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Ok... with the edited line you gave me in Post #9, the basepath shows as it should. However, I tried the second code you gave me in #7, but I get errors that "The system cannot find the file specified". I haven't tried the first code yet... -
If I take a non-admin install and slipstream SP2 into it, I get 1GB. With an adminstrative install point it goes from about 620MB to 634MB, which is to expected (patching most files, adding a few more).
-
Either Konfabulator, or AveDesk with SysStats.
-
[CMD] Compare two directories
Zxian replied to Zxian's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Ok.. this is strange. I took the code that JoeMSFN gave and ran it with my entries for the newdir and olddir and set it to output to a text file. (Office_clean.cmd > output.txt) The contents of the output.txt file are essentially a list of the contents of my C: drive... even though neither of the newdir or olddir variables are on C.... When I manually run the script line by line, the following line for /f "tokens=*" %%a in ('cd') do set basepath=%%atells me that basepath is set to C:\. When I run cd it says G:\OFFICE\OFFICE2 (which is what it should be)... I'm so confused... -
It's actually not that strange for Microsoft to put trust in another company. The two companies sign an agreement that is bound by law. If the customer breaks that agreement, there are far more repercussions than there would be for an individual. Corporate lawsuits are over big-bucks and everything is documented... if you're caught, you're pretty much screwed. And yes, most companies get checked every now and then to make sure that they're staying within their licence limits.
-
In theory, unlimited number of times, but it would only be legal for them to use it 1000 times. You can find online stores that sell OEM copies online. NCIX (www.ncix.com) is one of them. Look under their Operating Systems section (I see you're in Canada... that's why I suggest NCIX). To get an OEM licence, you need to buy a certain requirement of hardware, so they bundle it with a case fan and a mouse (I think). It's still a lot cheaper than the full version. If you read through that carefully, it says that you're supposed to press F5, not F6 (that's for SATA and RAID drivers). I haven't heard of the XP install not recognizing ACPI systems made/sold in the past few years. It's mostly on computers that were sold just as ACPI was being released that may have this problem. I would be surprised if you have any.
-
[CMD] Compare two directories
Zxian replied to Zxian's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Thanks for the help. However, when I try to run it, I get a lot of "The File could not be found" errors. To be honest, I'm not entirely sure what the script does... @echo off&setlocal enableextensions set olddir=%userprofile%\desktop\old folder set newdir=%userprofile%\desktop\new folder pushd %newdir%That much I can figure out... set the variables and then move to the newdir. for /f "tokens=*" %%c in ('cd') do set basepath=%%cThis sets the variable to the current directory. for /f "tokens=*" %%d in ('dir/b/s/a') do ( set fullpath=%%d call:chkit "%%fullpath:%basepath%=%%" )When I run this on its own (with echo instead of call:chkit), I get the same file listed many many times (probably the number of times that there are files in the current directory). Is it supposed to take the fullpath of each file and remove the basepath? popd&endlocal&goto :eof :chkit pushd %olddir% if not exist ".%~1" del /f/a/q "%newdir%%~1" popd&goto :eofSo... return to the previous directory before the pushd. Move to olddir... and that's where I get lost. I'm not entirely familiar with all the modifiers for variable names and such. Thanks again. -
Hmm... when I do that... My folder jumps from 400MB (Office, no SP) to 1GB! When I make the administrative install I get 634MB after slipstreaming.
-
As InTheWayBoy said, using the copy of XP that you have would be illegal. Companies sign contracts with Microsoft allowing for so many computers to use the key that is on that CD. If you are not part of that company, you shouldn't be using it. If you're planning on keeping that computer and running XP on it for a while (i.e. not selling it), then you can buy an OEM copy of XP. That copy, once installed, cannot be transferred to another computer as a full version of XP can, but it costs considerably less. As for ACPI, it stands for Advanced Configuration and Power Interface. Almost all computers (I actually think all) nowadays have ACPI-capable hardware. It simply means that you are able to use features such as standby and hibernate, and for computers with speed-stepping processors it allows the operating system to control these settings. The greatest thing about it is that it's pretty much self-regulating. I have never configured anything ACPI based on any of my computers, and yet the speed-stepping in my laptop works just fine.