User Profile

Collapse

Profile Sidebar

Collapse
viper888
viper888
Last Activity: Sep 13 '07, 07:51 AM
Joined: Sep 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • viper888
    replied to VBscript to delete games
    sir,

    the script doesn't seem to work. I have made also a logon batch file that will call the script that everytime that a user log-in, the script executes, but it wo'nt. the games are still there.
    See more | Go to post

    Leave a comment:


  • viper888
    started a topic VBscript to delete games

    VBscript to delete games

    Can anyone debug this code? Please.... It doesn't seem to work.

    [CODE=vb]dim strExcludedPC

    ServerFileSave= "\\S06\User Area\Save\"
    strComputer = "."
    ctr=0

    arExcludedPCs=A rray("S06-ADMIN-01","PC-001","PC-002")

    Set objNetwork = Wscript.CreateO bject("Wscript. Network")
    objComputerName = objNetwork.Comp uterName...
    See more | Go to post

  • viper888
    started a topic VBscript to delete games

    VBscript to delete games

    Kindly check this VBscript that i used in Win2000 server, It doesn't seem to work. What seems to be the problem? Can you help me?
    [CODE=vb]
    dim strExcludedPC

    ServerFileSave= "\\S06-admin-06\User Area\Save\"
    strComputer = "."
    ctr=0

    arExcludedPCs=A rray("PC1", "PC2")
    Set objNetwork = Wscript.CreateO bject("Wscript. Network")
    objComputerName...
    See more | Go to post

  • viper888
    started a topic Database Backup using Query analyzer

    Database Backup using Query analyzer

    Hi there,

    How can I automate may database backup using query analyser?
    My routine goes this way:
    1. Every 5:00pm check Enterprise manager who is currenlty logged on to sql server.
    2. If there are no currently logged on, edit the date sql script (back-up, both full and incremental). Be sure there are folders created at the main server.
    3. Open Query analyser: log as backup operator
    4. Open the SQL...
    See more | Go to post

  • viper888
    started a topic VBscript to delete games

    VBscript to delete games

    Hi to all,

    I'm the newly appointed network administrator in our office, and upon scanning all the PCs that are connected to the network, (by the way we're using a windows 2000 server) almost all of them have games. It was the department policy that no games must be installed in each PC. Can you guys help me with this? or can you modify this VBscript?

    [CODE=vb]dim strExcludedPC

    ServerFileSave= "\\S1-admin-06\User...
    See more | Go to post
    Last edited by Killer42; Sep 12 '07, 07:41 AM. Reason: Added [CODE=vb] tag
No activity results to display
Show More
Working...