Jump to content

Foppah

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Everything posted by Foppah

  1. Download my Hotkeys for Winamp (No need for Winamp Agent). WinampStartPlayPause.vbs (this one is better then "WinampPlayPause.exe") WinampPlayPause.exe WinampStop.exe WinampNextTrack.exe WinampPrevTrack.exe http://drop.io/hotkeyswinamp Hotkeys_Winamp.zip
  2. Hello! I use WinXP with MS LifeCam for my webcam. Anyone know how I can change ffdshow settings so it don't crash my webcam if I try to use it? I have to use Raw video = All supported so my DVD's works good on my tv-out on my TV. If I use "raw video = all supported" the webcam crash. But can I use "disable" on something in ffdshow to make my webcam work? Or only use Raw video for DVD and nothing else so my webcam works again?
  3. remove...
  4. Thanks! Excellent. Is it possible to add "drop support" to? Like if I drop a file on the vbs script and it open the file in the program?
  5. Is it possible to send a command to a program? Like every time i start "program.exe" the key "i" sends to the program when its open? (Or like 3 sec later when i clicked on the program.exe file the key "i" sends to the program")
  6. I was bored with IMDB's links to other sites for movie trailers, so I found a script that I can recommend: right click on a word and finds the "YouTube Trailer" for the movie. http://dictionarysearch.mozdev.org/ YouTube Trailer "$" http://www.youtube.com/results?search_quer...p;search=Search
  7. Mmm... your right! Sorry!
  8. How can I change the "standard" location of IE7 favorites? (Can't find it in regedit or when I Google, it was possible in IE6...)
  9. Hmm... ok. I'm new to make my own .reg-files and I read somewhere that if you put a (-) before the [changes] you uinstall it... Like this: [b]Example.reg[/b] REGEDIT4 INSTALL ; WHAT IS DOES [Changes] UNINSTALL ; WHAT IS DOES [-Changes] So my thought was if use only .reg files with the install info, and no extra code, then I have a explorer shell thats inserts a "-" after every "[" then it would be solved. I want this because then I can easy test new .reg-files (and make my own) and if I don't like it I can switch back fast.
  10. I'm looking for a shell to uninstall .reg-files when I right click on them in explorer? Is it possible?
  11. I'm looking for a secret program list or something like that.
  12. Is there any good way to hide apps with TI-89? I use to have TI-83 with mirage os..
  13. Hello, I use this script to join servers and channels in mIRC. But how can I change it so it works? The problem now is that the "/msg botboy" should come before the "j #Chat" I think... Anyone? On 1:Start: { server -m 66.79.164.214:6667 -j #Chat } On 1:Connect: { if ($server == 66.79.164.214:6667) { /msg botboy PASS ********* } }
  14. This should do it @echo off pushd %userprofile%\Local Settings\Temporary Internet Files\Content.IE5 for /f "tokens=*" %%a in ('dir /s/b favicon*.ico') do del "%%a" popd <{POST_SNAPBACK}> Thank you nakira! It works verry well!
  15. Great! How do i write that in a batch file? DEL favicon.ico C:\Documents and Settings\USER\Local Settings\Temporary Internet Files
  16. Is it possible to always automaticly remove favoicons in ie? I would like to always have the standard icons instead of favoicons from some sites. Now I manually change icon for every link and I don't like it.
  17. I made a .bat file.. now it's working. Code: dir "c:\moviez" /s /b /l > c:\d\B-Moviez.txt dir "c:\mp3" /s /b /l > c:\d\B-MP3.txt wscript "C:\D\Misc\Script\dump.vbs" "c:\d\B-Moviez.txt" "c:\d\B-MP3.txt" dump.vbs = regular ftp-dropcut-script.vbs
  18. No, i don't want to transfer the files in the folders, only list them to a txt then ftp. Then ftp the txt file (with the name of the files in the folders).
  19. Is it possible to automaticly list files in 2 folders to one .txt file (or 2 txt-files), then ftp it to a server? Like once a day in background when i start my computer (or every time i start my computer)?
  20. If someone want to get famous make a MSN 7 plugin for VLC.
  21. I have two options on the right-click (context) menu of any edit-able text field (such as the Address Bar, Run..., or Notepad). I do not know what created these options, nor do I know what they do. They take no noticable effect when I select them. They appear at the bottom of the menu (below the "Select All" option) in their own group (underneath a seperator). One option says "Open IME", and the other (just below it) says "Reconversion". The Reconversion option has never been available, that I have seen. When I select the "Open IME" option, it changes to "Close IME" the next time I open the menu. But other than that, I see no effect. Can I remove this? I think I got it when I installed WinXP Pro.
  22. Foppah

    Newbie

    Yes, I agree. This is my first post here. =)
×
×
  • Create New...