Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: crackoo
  • Content: Threads
  • Order by date
  1. crackoo

    How to open multiple tabs in Internet Explorer with VBS ?

    Hi [peace] I got this code from the net that worked great for me [2thumbsup] Const navflags = 2048 Set IE = CreateObject("InternetExplorer.Application") Call One Call Two '********************************************** Sub One() IE.Visible = True IE.Navigate2 "http://en.wikipedia.org/wiki/"...
  2. crackoo

    How can i kill all instances of "Wscript.exe" exept one that is started by my VBS ?

    Hi [peace] Please i need some help to solve my issue ! so the question is : How can i kill all instances of "Wscript.exe" exept one that is started by my VBS ? I made this script , but i get an error at line 19 Set oWMISrvc = GetObject("winmgmts:" _ &...
  3. crackoo

    [VBS] Decomposition of a URL address

    Hi [peace] I want to make a decomposition of a URL So I have this Vbscript below : My problem is when I type eg URL = "http://www.google.com" ==> the script returns me an error in line N ° 18 "incorrect procedure or argument" However, when I type this URL =...
  4. crackoo

    How to capture the first letter in a not-repeating string ?

    Hi [peace] I want to create a function for capturing the first letter in a not-repeating string For example if have this : MyString = "aabbccddMffrryx" So the first letter will be returned as M So i'm looking for the best and the easy way to do it in vbscript. So i ask you how can i do this...
  5. crackoo

    How to error handling a file Download ?

    Hi [peace] Everything is in the title : How to error handling a file Download ? I am about to apply and integrate a progress bar inspired by this contribution: [VBS] TraceRoute animated with a progress bar So without error handling script is functional. But with error handling that I commented...
  6. crackoo

    How can i open Firefox without address bar by vbscript ?

    Hi all, i wonder,how can i open firefox window without address bar using vbscript ? for example i can do it with google Chrome like this : [Code Vbscript]Option Explicit Const StartURL = "--app=http://bbat.forumeiro.com/" dim Chrome,Question,Titre Titre = "Ouvrir Google Chrome sans barre...
  7. crackoo

    URL encoding problem ?

    Hi ! I am trying to test a download of a mp3 file from this URL: http://promodj.com/download/4126268/Chris%20Parker%20-%20Life%20MIX%20%282011%20-%202013%29%20%28promodj.com%29.mp3 but I encounter an Access Denied error at line No. 26, knowing that the url works in all browsers? Can anyone here...
  8. crackoo

    How to get the title of the song and its author to scroll them on the title bar in this Web radio

    Hi For the purpose of changing a personal Web Radio found here http://jsfiddle.net/zj5x7/ I want to scroll the title of the music and its author in the title bar. but I do not know how to get and store them in a variable for scrolling instead of what I managed to do so far in this HTA...
  9. crackoo

    [HTA] Text box control with valid IP addresses

    Hi [dazed] I'm a bit tired and I can not find my mistake perhaps it is so simple but a little help on your part is required Well, I want to check the validity of IP addresses entered by the user, but I do not recover when I want to do a concatenation like this : Dim IP Dim Masque Dim Passerelle...
  10. crackoo

    How to scroll the text in the title bar in an HTA with Vbscript

    I am looking for an equivalent function in Vbscript if it's possible, to scroll the text in the title bar in an HTA like this function but it's written in javascript: <html> <script language="JavaScript"> var txt=" Hello how are You ? This a Demo for scrolling the Title bar ! so Enjoy it...
  11. crackoo

    How to integrate a Javascript in HTA written in Vbscript ?

    HI I have this code in HTA is used to convert text into HTML. <html> <head> <title>Exportation du Code Source avec coloration syntaxique en HTML © Hackoo © 2013</title> <HTA:APPLICATION APPLICATIONNAME="Exportation du Code Source avec coloration syntaxique en HTML © Hackoo © 2013"...
  12. crackoo

    [HTA] Txt2HTML + Numbers of Lines Issues ?

    Hi ! I'm trying with this code in HTA to convert any text file to HTML file and i would like to add with it the numbers of lines in the code , but i have this issue that when the code contents a comment like after "'" character the output with numbers of lines becomes incorrect. So how can i...
  13. crackoo

    RegExp pattern for retrieving data between 2 Tags

    Hi I need your help about this script. What I want to do is just get the data between the <title>Data to extracted </title> and <!-Mfunc->Data to be extracted<!--/mfunc--> So if someone here is kind enough to correct me the syntax pattern to achieve my goal. Thank you ! Dim...
  14. crackoo

    How to check the radio button and submit the form ?

    Hi ! I have this form and i would like to check automatically the first radio button and submit the form So i ask you how can i perform this in vbscript ? Thanks ! <form method="post" name="poll_1575" onsubmit="return...
  15. crackoo

    Encrypted files by Win32.Mabezat.A

    Hi I can not open a file type docx, doc, xls, ppt, pdf because i got infected by Win32.Mabezat. infection was on another machine, and after I got fired Mabezat one folder from the old machine on which there is give importantly, the problem is that I can not seem to open the files in the folder...
  16. crackoo

    How to create a scheduled task to logon?

    I have been looking for a while on the net "how to create a scheduled task to logon (only after the current user has logged in)" but unfortunately without success Well I found a lot of scripts that makes repetitive tasks, but in my case I found nothing. For example here is a script that runs...
  17. crackoo

    [HTA] How to hide the CMD prompt on HTA Script ?

    Hi ! I wonder if there are any tricks or tips can be done to hide the CMD prompt when I execute this HTA script? Thank you ! <html> <head><title>Traceroute</title> <HTA:APPLICATION ID="oHTA"; APPLICATIONNAME="Traceroute"; BORDER="thin"; BORDERSTYLE="normal"; SINGLEINSTANCE="no"; >...
  18. crackoo

    How to Disable Alt-F4 in HTA ?

    Hi ! I wonder How to Disable Alt-F4 in HTA ? i read this article , and i tried it but didn't work for me , so i'm asking you how can this be done properly ! Thank you !
  19. crackoo

    Method Popup in HTA didn't work ?

    Hi i wonder why the Method Popup didn't work in a HTA, but in Vbscript works! exemple : i want to perform a message Box waiting for 7 seconds and it close by it self if there is no intervention by the User: VBS Sub Popup() Dim WshShell, BtnCode Set WshShell =...
  20. crackoo

    Google speech in Vbscript

    Hi I want to perform a Google speech in vbscript but i have some issues with this code : input = InputBox("Enter a text to Speak","Enter a text to Speak") HTTPDownload "http://translate.google.com/translate_tts?ie=UTF-8&tl=fr&q=" &input,"c:\Gspeak.mp3" Sub...

Part and Inventory Search

Back
Top