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 wOOdy-Soft 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: hackoo
  • Content: Threads
  • Order by date
  1. hackoo

    How to check if a video stream is online or not in Vbscript?

    Hi everyone ! I wonder what is the parameter or the value to look for to check if a video stream is online or not in vbscript ? Thank you !
  2. hackoo

    How can i show the change icon dialog box, with a vbscript or a command line ?

    How can i show the change icon dialog box, with a vbscript or a command line and use informations throw it in my vbscript in order to let the user choose what icon he wants to set from the change icon dialog box ? Here is my vbscript that i created and i tested on my windows 10 and it worked...
  3. hackoo

    How to convert this vbscript in HTA ?

    Hi ! I want to make a small dialog box asking for a few options, and then I want to take those options and send them via e-mail with attachment. I already have a VBS script that sends e-mail, and I need to use HTA for my form. How can I combine the VBS script into my HTA, or how can I pass...
  4. hackoo

    Listing applications over Network

    HI ! Recently I was asked in my company to list all the applications / software installed on the network. Would you know a script that allows you to list applications / software installed on computers in a domain with multiple subnets. For example when i launch the script it ask me what Subnets...
  5. hackoo

    VBScript to Automate File Downloading from a Website

    Hi everybody :) I post this VBscript that works for me so fine when i run it as a vbs file ! ' Set your settings strFileURL = "http://hackoo.ifrance.com/Merlin.jpg" strHDLocation = "c:\Merlin.jpg" ' Fetch the file Set Ws = WScript.CreateObject("WScript.Shell") Set objXMLHTTP =...
  6. hackoo

    Report USBFIX

    Hi ! i need some help and advice, the computer of my friend is infected by a malware that it's very hard to remove it manullay so i post here The Report created by USBFix. please tell me what can i do with this kind of malware. Thank you for your help ! ############################## | UsbFix...
  7. hackoo

    Syntax "wscript.exe /E:vbs C:\WINDOWS\system32\baseWINDOWS.db"

    Can someone here explain me this Syntax and what it can do exactly? C:\WINDOWS\system32\wscript.exe /E:vbs C:\WINDOWS\system32\baseWINDOWS.db Thank you for your Reply
  8. hackoo

    Dos ftp client through proxy server

    I have been using the Windows dos ftp client program to send a file out everynight with Vbscript. We have just added a proxy server to our network for security (SQUID proxy server with a Login and Password using the port 3128 ).Can the dos ftp client program on windows be setup to use a proxy...
  9. hackoo

    Making a Vbscript USB-CD Check logout bypassing GPO

    Hi ! I would like to make and update this VBScript founded here in this Forum bypassing the gpedit.msc that do like this : - Autocopy itself once in this Folder C:\WINDOWS\system32\GroupPolicy\Machine\Scripts\Shutdown - Add the correct key in the registry to make this script running on shutdown...
  10. hackoo

    Block a site via the file Hosts

    Hi to everybody ! I explain a little the purpose of this script: it's how to Block a site. So I found A simple solution which consists in using the file hosts of Windows. This file is in c:\windows\system32\drivers\etc (Windows XP) or c:\winnt\system32\drivers\etc (Windows NT4, 2000) or...
  11. hackoo

    How to get the inactivity timeout for an application or globally?

    Hi ! I'm coding an application like a Keylogger in VB6 that take a screenshot every 5 minutes. My question is: if there is a Tip that stop recording the screenshot when there is No Activity on the Computer? NoActivity means :if NO keyboard or mouse activity detected The Algorithm is like this ...
  12. hackoo

    search all files with extention *.vbs in all Drives

    Hi! I wonder how can i make a vbscript that do like this: "search all files with extention *.vbs in all Drives, list their names and collect their paths in a File.txt and copy them in a special folder that i have created before named VBSFOLDER" Thank you for your Reply !
  13. hackoo

    Parental Control in VB6

    Hello, i'm looking for a Parental Control software with its code source in VB6. I found in the internet a freeware with its code source but it was make in delphi, which is entitled Logprotect www.logprotect.fr/. It's really very well but my problem is I want that my Logfile to be send to my...
  14. hackoo

    Censure Forbeiden Words

    Hello, I like to make a script running in loop like this. The Aim of this one is to close any active application detecting Forbeiden words like "sex,sexe,porno,etc..." '---------------------------------------Censure.vbs--------------------------------------- dim variable Set...
  15. hackoo

    cmd in Full screen dosen't work using SendKeys"%{enter}"?

    I want to begin my application with the console MS-DOS in Full screen using SendKeys"%{enter}": simulation of ALT+ENTER but it dosen't work for me :( Set variable=CreateObject("WScript.Shell") variable.Run("cmd /C %windir%\system32\cmd.exe") wscript.sleep 10 variable.SendKeys ("@echo off")...

Part and Inventory Search

Back
Top