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 Chriss Miller 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: plarocque
  • Content: Threads
  • Order by date
  1. plarocque

    Stopping Mcshield service with a script???

    Hi, It would be to easy just to run NET STOP Mcshield, to stop the mcshield service. Since I'm running 8.5i, I have the setting "prevent mcAfee service from being stopped" flaged on in the Access protection template. Therefore, when I try to stop the service through a script, I receive the...
  2. plarocque

    Using NCPA.CPL to access Local Area Conn. properties

    Hi, I'm trying (and failing) to find a way of scripting access directly to the 'General' tab of 'Local Area Connections' properties, i.e. without having to go through the 'Control Panel > Network Connections' route then right-clicking on 'Local Area Connection' then choosing the 'Properties'...
  3. plarocque

    File verifier SHA-512

    Hi, I'm looking for a software that I could call from vbscript to validate the hash of files. I have a text file that contains a list of the result hashes from a full directory. I want to be able to read that file from vbscript and for every hash in there, find and check the file in the...
  4. plarocque

    Graphics accelerator.

    Hello everyone, I'm new to Linux, completely new. I just installed Centos 4.3 on my IBM Netvista box. It's a bit old but I though it would do the job. It has 630 megs of memeory, Pentium 4 w 1.8 Mgz CPu. Video card is a nvidia vanta LT. When I tried to run any ScreenSaver (as an exemple), it...
  5. plarocque

    Requesting a password

    HI, I'm calling my vbscript from a .CMD file, but prior to call my script I have to ask to user for the administrator password on the box. I would like to be able to mask the output on the screen when I do this. Anybody have a suggestion? Thanks.
  6. plarocque

    Button customization

    HI, When using a MsgBox function, is there a way to customize the text on the buttons displayed? I would like to ask the user a question and the answer is really specific, so instead of using the InputBox, I would like to use the MsgBox and type the different possible answer on different...
  7. plarocque

    Here's an easy one for you guys...

    Which tool can I use with a 2003 server to modify the ACL on a printer? I want to modify the ACL directly on the printer, not in AD. This tool will become part of a CMD script or a VBS script. I would like to use any existing tool that came with 2003 server, instead of downloading a tool...
  8. plarocque

    Print operator on a member server!!!!

    All of my print queues reside on 3 different member servers. I have about 100 queues total. Because those queues are on a member servers, by default, the only groups that can manage them are : Administrator and Power User. I would like to add another group to that list. I don't want to put that...
  9. plarocque

    Component Service is not started!!!!!

    I don't know much about COM and DCOM. I will try to explain my problem the best I could. If you need anymore details let me know. 1. When I open my COmponent service MMC and I try to browse to "My computer", beside the "My computer" topic, there is an icon on the left side, a small computer, on...
  10. plarocque

    How to generate a Windows event log from VBS

    Title is quite descriptive. I just don't have a clue. Which object do I need to use to do this? Is there an already built function to do this? Thanks. Pierre.
  11. plarocque

    How to: Use a COM API object in VBScript

    Hi, I try to script a code to install a quota on my user directory. Northern (product I use) provide me with a SDK and a recipe on how to use their COM API within VB. I have already register their DLL within my registry. The problem I have is to use it within my vbscript program. The way to...
  12. plarocque

    Command line option

    Hi, I have a software to package and distribute over all my server. This software is already package with Wise. I cannot open it, don't have the tools, and it is an .EXE. I want to be able to run it silent and to intall it in my own directory. I was able to find the switch /S to run silent...
  13. plarocque

    Minimize a msgbox

    Hi to all, I'm creating a script that would start when my user log in and prompt a msgbox windows that the user will have to answer just before shutting down. So when I call my msgbox, I would like to have it minimize so it won't bother the user. I already tried a few things, but the window is...
  14. plarocque

    String manipulation

    I'm quite new with vbscript and the simplest thing is difficult right now. If anyone can give ma a clue, here is my problem. I try to isolate a filename from a full path. ex: c:\folder1\folder2\folder3\filename.txt, I have this path in a variable, I need to isolate the filename.txt to eventualy...

Part and Inventory Search

Back
Top