Jump to content

iamtheky

Member
  • Posts

    849
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by iamtheky

  1. Gosh please explain how what you describe is different than: ------------------------------------------------- typing "roaring-book-press" into the address bar and sending to the page http://us.macmillan.com/splash/publishers/roaring-brook-press.html -------------------------------------------------------- ------------------------------------------------------- or typing "bench press calculator" sending you to http://www.muscleandstrength.com/tools/bench-press-calculator.html ----------------------------------------------------------- ------------------------------------------------------------ or how "dont press f1" opens http://www.computerworld.com/s/article/9164038/Microsoft_Don_t_press_F1_key_in_Windows_XP ------------------------------------------------------------- --------------------------------------------------------------- or typing in "enus" and having it open http://www.urbandictionary.com/define.php?term=enus maybe not so much but still... -------------------------------------- Am I getting close, because you really are not describing anything different than what I am showing.
  2. http://support.microsoft.com/kb/182291 im thinking the autoscan feature included .html - and the fansite perhaps ended in tori.html - in my estimation you can still do the same thing with people who have single (or very few) sites dedicated - "kazmatsui" resolves to his wiki page, search other mlb players and it kicks you out the autosearch results. Is this different from the behavior you saw in '96?
  3. Can you install 2.0 afterwards? if so, You may be seeing the issue where something does not release msiexec (in my case it was .net1.1 hanging it and failing my subsequent 2.0 install with some odd permissions error) . maybe run "net stop msiserver" prior to your .net 2.0 install and see if you have different behavior.
  4. or running the command in the uninstallstring portion of the key, usually: "msiexec /X{That-longass-GUID-Jinje-talked-about}"
  5. (Kantaris.org) - Kantaris is a full media player built on VLC (so it plays near everything) with last.fm also snapped in. Even if you dont like it maybe it will have been kind enough to install the codecs you are lacking.
  6. search for disabling EAP on your server - I see that recommended in situations where cards are still used for application authentication. Should find plenty of threads attempting to accomplish the same.
  7. SplashImageOn("", "C:\Windows\Install\ARC.bmp" , @desktopwidth , @desktopheight) runwait("2.exe") RunWait("4.exe") RunWait("7-Zip-v9.13.exe") RunWait("AFP_silent.exe") RunWait("AR.exe") RunWait("file.sfx.exe") RunWait("Hidden.sfx.exe") RunWait("JRE6u20_silent.exe") RunWait("Micro.exe") RunWait("wrar39b5.exe") SplashOff ( ) I also dont see where you open the command prompt so you may want to grab the control/name of the window that is hanging and close it manually prior to splash off. winactivate ("cmd.exe") winwaitactive ("cmd.exe) winclose ("cmd.exe")
  8. thank you sir, your early win7 unattended posts were helpful building my x32 version.
  9. cmd /c = executes then terminates, so: blockinput (1) splashimageon ("" , ".....jpg", @desktopwidth , @desktopheight) runwait ("cmd /c .....exe") splashoff () exit should get you closer if I understand correctly
  10. if its static just splashimageon with @dektopwidth and @desktopheight set for x and y.
  11. sorry if I am duping a topic: I have built an x32 unattended 7, works fine. Are there any gotchas or fun roadblocks I should look out for in building an x64 version?
  12. fair enough, i thought maybe it had some shortcomings you were aware of
  13. Why no notepad++ ? it color codes like a champ and is open.
  14. I use notepadd ++ for autoit, but my version of SCITE accepted quotes resulting in the same behavior (and 'All Source' was default).
  15. just use quotes around the name and it will ignore the "save as type" field. i.e. open notepad, save as, "test.doc" (while leaving save as type set to txt) --it will result with a file named test.doc, associated to word most likely (.txt will have been ignored)
  16. Wal-Mart has 3.81 billion shares outstanding, Apple at 900 million. So fluctuations of a dollar on the price of Wal-Marts stock will raise or lower the market cap 3.81 billion dollars. I like Enterprise Value (EV) as a better gauge, and Wal-Mart still has them by a good 20%. "Enterprise value is calculated as market cap plus debt, minority interest and preferred shares, minus total cash and cash equivalents."
  17. "normal cd players" This is a fairly relative statement, many "normal" CD players can handle many types of containers, not just raw samples. and no such animal = "converting to cda", that file is just how Windows indexes audio tracks on a CD (pretty much just shortcuts).
  18. http://support.microsoft.com/kb/810903
  19. Time for Media Player 12, eh? - i'd recommend Kantaris (kantaris.org)
  20. Please elaborate as to what you are trying to accomplish. Are you attempting to get a flash device to show up as a hard drive? Or is there a specific behavior that is different between this external hard drive and internal hard drive? because an external hard drive already reflects as the next disk# available.
  21. yeah dirty new format makes it so small
  22. lusrmgr.msc
  23. maybe a full path to those reg files?
  24. maybe... c:\windows\javaupdates\java18\jre-6u18-windows-i586-s.exe /s /v"/qn....... to c:\windows\javaupdates\java18\jre-6u18-windows-i586-s.exe /s /v/qn"....... i see examples in both manners, but the latter is the silent command i use.
  25. you have to let us know what you have tried, or we assume your google is broken. http://www.blackberryforums.com/general-83...-me-how-do.html
×
×
  • Create New...