• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by EinsteiN

  1. E

    MSI Z77A-GD55 LGA 1155 Motherboard Review @ [H]

    I've researched the SLI PCIe port speed issue a bit more, and as far I can deduct from PCI Express 2.0 vs 3.0 GPU Gaming Performance Review & Ivy Bridge PCI-Express Scaling with HD 7970 and GTX 680 the bandwidth doesn't saturate even with the newest highend GFX in Tri-SLI. So I'm gonna go...
  2. E

    MSI Z77A-GD55 LGA 1155 Motherboard Review @ [H]

    Hi, I've read the [H] review and numerous other reviews of the G55 & G65, but I've been unable to determine if the performance is degraded by the port speed decrease from 1x PCIe 3.0/16x to 2x PCIe 3.0/8x in 2x SLI mode? :confused: Because the specifications state source But the msi...
  3. E

    XML file batch proccessing...

    I tried that and it doesn't work because %%a is a string like "C:\yadayada\thefilename.xml" and maybe there's where my problem lies. Since the string that contains the path + filename is absolut. And I must reuse the filename, since that's hardcoded for use elsewhere in the program that uses...
  4. E

    XML file batch proccessing...

    Bumpitibump :) -E
  5. E

    XML file batch proccessing...

    Hi guys I'm trying to convert the contents of some folders using windows batch: FOR /R %%a in (XML-test-filer\*.xml) do CALL C:\FLPR\AltovaXML -xslt2 2.2mapping.xsl -in "%%a" -out "%%a_2.2.xml" as you can see my clumsy attempt only gives the new files a slightly different name. But I...
  6. E

    2 instances of F@H on a P4 w/HT?

    Hyperthreading or no Hyperthreading... please read this from the official forum! -E
  7. E

    Destroy your PC and receive $1000 from StarForce

    MS Windows has a built in ability to have a "Filter Driver" installed for a optical drive so a process can monitor (and possible control) IO for the drive. It's used by some CopyControl systems, more specific the ones who can be disabled by disabling autorun. MS Windows IFS Kit I for one...
  8. E

    New cell phone supports Java -- would like to program

    BillLeeLee is right about the security certificates, that can be tricky. Look into NetBeans and their NetBeans Mobility Pack. That will give you a better start off, than I had with J2ME :) -E
  9. E

    java and xml parsing

    Try looking into SAX -E
  10. E

    XP, The Mobo Replacement, and the Predicament Now

    To test your RAM use Memtest86+ to ensure your have a solid system, booting up is no garanti(SP?) for a stable system. Read the instructions and info on the page before you use it, so you understand the results. Good luck -E
  11. E

    XP, The Mobo Replacement, and the Predicament Now

    You're sure that the CPU and RAM is ok? (aka tested in known good configuration) -E
  12. E

    Java and File Search question

    If your looking for the current users home dir MS Windows has aliases like : "%USERPROFILE%\Local Settings" equals "C:\Documents and Settings\CurrentUser\Local Settings" on my machine (MS Windows XP). "%SystemRoot%\Temp" equals "C:\WINDOWS\Temp" on my machine (MS Windows XP). Maybe...
  13. E

    Using a USB thumb drive in linux, how to "reinitialize"?

    Since the release of Windows XP your allowed to "yank out" the USB memory stick unless its busy with IO since MS changed the way Windows handles USB memory sticks, also I think this way is more intuitive as a user (I know this is harder on the drive, but not having the data on it when you take...
  14. E

    BF2 and SUSE Linux 10.0 ...Sweet!

    The syntax is usually 55123:55125 in Linux, but since it's only 3 ports you can also just open up one by one. -E
  15. E

    NOD32 vs. Symantec Corp v10

    For coverage go here, performance should tip towards NOD32 that's my experience (it feels a bit lighter). -E
Back
Top