Jump to content

Tripredacus

Supervisor
  • Posts

    13,306
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. It does, rest assured, is the file a TEXT format or a binary one? As noted, the format is extremely important, especially when dealing with a markup language that uses the same characters you want to replace. We could say a standard "search and destroy" formula such as this would seem ideal: FIND "*>" REPLACE "" However, you'd see that HTML uses > in it's markup tags, so using a replace like that would destroy the page. However, another option would be to programmatically do a find/replace where you can look for the specific things you want. If this data were kept in a database, a trim would work fine, but if it is in the text of HTML you'd need to specify something like: FIND "xxxx>" WHERE (x = numerical value) with "" Of course your standard find and replace isn't smart enough to do this, so a custom app or script would be required. Then again, the amount of time developing and testing said script until it is done may actually take longer than just changing all those values by hand.
  2. This is completely silly! If the winpeshl.ini is blank (empty) and the startnet.cmd is not, startnet.cmd will execute by default. Yes I ran into that problem before. I never figured out why there are two setup.exe in there.
  3. I have not used that program and don't intend on trying it. I do all my web work using SciTE and UltraEdit. Did you try using their support option? I saw on their main site they had a link for it.
  4. Even if Microsoft turns off the XP Activation server in the future, I'm sure you could still ring them up on the phone and do it the old fashioned way.
  5. Manglish. Another word to toss in with others like Spanglish, Engrish, etc.
  6. I see that e-t-c's reply trend was broken there... Didn't think anyone noticed that huh? Die Warzau - Burning
  7. Yes I do have it installed.
  8. Do not make multiple topics for the same thing. What is Alleycode? Is it an online HTML editor?
  9. While troubleshooting why my PC won't detect a GoFlex base, I found a device/service called MpKsla9443f94 in the Non-Plug and Play Drivers section in Device Manager. It currently is flagged as: This device is not present, is not working properly, or does not have all its drivers installed. (Code 24) Google comes up empty. Here is a picture of it: Any idea what this device is?
  10. What may have caused you to have this message? Have you done anything like try to reinstall the OS, or run any disk tools on it like Partition Magic? Can you go into Windows at all and confirm that the recovery partition is present on the system?
  11. FYI, WinPE will ignore the startnet.cmd file if there is anything in the winpeshl.ini.
  12. I'll see what I have on my Win98 PC tonight if I remember.
  13. Not here for sure. Well it will result in locking the thread for sure.
  14. Learn something new every day!
  15. Bon Jovi - My Guitar Lies Bleeding In My Arms
  16. This is it exactly. I work with 4 computers which equates to 5 physical screens. 1 Notebook and its screen. 3 on my workstation. And one monitor is set up to 2 PCs, one of which has its own desktop and two VM Consoles running, so it seems even more! For my workstation, the screens are usually Email - Browser - an IDE. It is almost required for me to have one screen with a browser, which is immensely helpful if you do any web development too.
  17. That is an interesting program, however I tested it out on some CHMs I have and some of the formatting is missing that makes certain parts easier to read. I will look further into the hh.exe angle. Ugg this was way too simple... I copied hh.exe from c:\windows to c:\intel. I renamed it hh2.exe. I can then pin hh2.exe to the start menu. Then change file association for .chm to c:\intel\hh2.exe.
  18. Well Imagex will know for sure if it is a WIM file. However you'd want to put in that check only to make sure it is a valid WIM file before having Imagex deploy it and save yourself an error. To do a real check you'll need to make some DLL calls, but most people just use Gimagex component for this rather than figuring it out from scratch.
  19. You can post a link if the file is on an Adobe or Macromedia URL.
  20. I notice that those two things it isn't doing (dotnet and reg) are the only two files in your .cmd that do not have fully qualified paths. It may be that FirstLogonCommands can't find those files.
  21. Well you can try using the key on the sticker on the Acer.
  22. Merged the topics. It is one reason (not relating to spam) as for why to not make duplicate topics, especially when reference is made to the other one. Its better to keep it all in one thread. Except now the problem is that iamtheky's first post is out of place in the thread. Alas, since this has changed from being a Windows 7 problem to a hard drive problem, I'll need to file this appropriately.
  23. Which version of Shockwave Player?
  24. Well seeing as how hh.exe is not present in either of those registry methods, I can only imagine that it is coded within the application, as the second method suggests. That is, unless its presence on the exclusion list is kept elsewhere besides those two registry locations... If it is coded into the application, then creating a duplicate with a different file name wouldn't make a difference. I'll try it out tho and see what happens. Well it seemed like a good idea, except Windows won't let me do anything inside the default Start Menu (C:\ProgramData\Microsoft\Windows\Start Menu\Programs) besides create folders. Creating a shortcut (or even a txt file) just isn't an option...
  25. Regedit
×
×
  • Create New...