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 SkipVought 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: vivis
  • Order by date
  1. vivis

    How Can I kill wscript process??

    Thank you!!!! I did it from the command line, and it works great!!! Thanks!! = ) cscript myscript.vbs //T:nn
  2. vivis

    How Can I kill wscript process??

    Hello all!, I have a script running on a Windows 2000 Server that check a changing file on a remote server. I use the "cron" service to run my script every 2 minutes, The problem is that when the script doesn't find the file or can't access to the share the script hung, after 2 minutes the...
  3. vivis

    Can't find script engine "VBscript" for script....

    I installed Windows Script Host 5.5 and works fine!!! Thanks a lot for help me : )
  4. vivis

    Can't find script engine "VBscript" for script....

    Hi! I hope you can help me, I was running my scripts in a server with windows 2000, the scripts ran fine but now everytime i try to run a script I get the following error: "CScript Error: Can't find script engine "VBscript" for script myscript.vbs" What am I doing wrong...
  5. vivis

    Read a mail, and get the sender !!

    Hi I need to do a script that read all mails in Outlook but only takes a few based on the sender, I found this code but when I try to run it,(I have WinNT) I get the following message: ActiveX component can't create object: 'MAPI.Session' set objSession=CreateObject("MAPI.Session")...
  6. vivis

    Getting Performance Counters with WMI....

    Hi all! I need to know how can I access to performance counters with a script using VBscript and WMI, I found some information but it works only with Win 2000 and I need something for Windows NT, its very important , thanx for your help!!! Vivis
  7. vivis

    WHERE CAN I FIND "cpqhsv110v2.mib"

    Hi!!! Do somebody know where can i find cpqhsv110v2.mib file, its really important, thanx a lot!!!! regards vivis
  8. vivis

    How can I load a text file into an access database??

    Hi, I have a script that checks disks on servers and save this data in a table in an access database. I need to copy this table every time the script runs in a text file, and I need to load this text file in another table every week but I dont know how to do this, Can anyone help me please!!
  9. vivis

    OPEN A SQL DATABASE FROM A SCRIPT!!!!

    HI ALL!!! I NEED TO DO A SCRIPT IN SH THAT OPEN A DATABSE IN MYSQL AND GET SOME RECORDS, DOES ANYONE KNOW HOW TO DO THIS, HOW CAN I OPEN AND MANIPULATE RECORDS FROM A SCRIPT IN SH???? THANX A LOT!!!!!
  10. vivis

    HOW CAN I GET THE AVAILABLE MEMORY???

    HI I NEED TO DO A SCRIPT THAT GETS THE AVAILABLE PHYSICAL MEMORY IN A SERVER AND IF ITS UP 90% SEND A TRAP, I KNOW HOW TO GET THE TOTAL PHYSICAL MEMORY, BUT I DONT KNOW HOW TO GET THE AVAILABLE PHYSICAL MEMORY, I FOUND THIS SCRIPT strComputer = "." Set objWMIService =...
  11. vivis

    HOW CAN I CHECK IF GET OBJECT SUCCED

    HI, I DID A SCRIPT THAT GET FREESPACES OF A LOT OF MACHINES THE SCRIPT RUN AS A SERVICE ONCE EVERYDAY, THE PROBLEM IS THAT WHEN A SERVER IS NOT AVAILABLE THE SCRIPT STOPS FOR A WHILE THEN CONTINUE BUT I NEED THAT IF THE SERVER IS NOT AVAILABLE THEN SKIP IT AND CONTINUE WITH NEXT SERVER, IM USING...
  12. vivis

    can i acces from unix to an acces data base???

    Hi Im doing a script in sh, this script recives 2 parameters, so i need to find this parameters in a data base and get some information, the problem is that this data base is in acces(win NT) so it is posible to do this and if so how can i do it??? thanx a lot!!!!
  13. vivis

    HOW CAN I RUN A PROGRAM IN A REMOTE MACHINE

    HI, I HAVE A PROGRAM IN VISUAL THAT GETS LOGICAL DISK SPACES, IT RUNS WELL, THE PROBLEM IS THAT I WANT TO RUN THAT PROGRAM FROM MY MACHINE BUT TO GET DISK SPACES OF ANOTHER MACHINE, I MEAN I WANT TO RUN IT REMOTELY, CAN I DO THIS, WITOUT USE WMI OBJECTS, THIS IS BECAUSE I CANT INSTALL NOTHING IN...
  14. vivis

    Is It posible convert a VBscript into an .exe file???

    the razon that I need to convert .vbs into a .exe its because I have a program that helps to run .exe files like services, so I want to add my .vbs in that programa but I cant do that because only accept .exe or .bat files thanx a lot!!!!
  15. vivis

    Is It posible convert a VBscript into an .exe file???

    Hi, I need to convert a script into an exe file, but I dont know if its posible, if not then i'd like to know how can I make a .bat file that calls the script, thanks a lot vivis
  16. vivis

    HOW CAN I RETURN IN A DATA BASE???

    HI! I DID A SCRIPT THAT OPEN AN ACCES DATABASE AND I CAN READ THE INFORMATION IN THE DATABASE, WITH " .MOVENEXT" BUT I WANT TO KNOW HOW CAN I RETURN TO THE BEGINNING OF THE DATA ONCE I READ THE LAST FIELD. I TRIED TO USE THE ".CURSORLOCATION" BUT IT FAILED. SO I REALLY...
  17. vivis

    HOW CAN I RUN A SCRIPT IN A REMOTE MACHINE

    HI! I ALREADY DID A SCRIPT AND WORKS, NOW MY PROBLEM IS THAT I NEED TO RUN THAT SCRIPT FROM MY COMPUTER IN ANOTHER COMPUTER, I MEAN IN A REMOTE COMPUTER, I DONT HAVE AN IDEA HOW TO DO THIS, PLEASE HELP ME ITS REALLY IMPORTANT!! THANKS!!!!

Part and Inventory Search

Back
Top