Results 1 to 4 of 4

Thread: Windows scripting language

  1. #1
    Join Date
    Jun 2009
    Posts
    1

    Windows scripting language

    Hi

    I am currently in Bsc.IT . In my college i m working on windows scripting language project. so i am searching information on that topic if you have information about windows scripting language please post it for me

    Thanks

  2. #2
    Join Date
    Dec 2008
    Posts
    72

    Re: Windows scripting language

    Windows Script provides an extensive array of supporting technologies that makes it easier for script users to script Windows applications. Windows Script provides two script engines, Visual Basic Scripting Edition and Microsoft JScript, which can be embedded into Windows Applications. Windows Script is a comprehensive scripting infrastructure for the Microsoft Windows platform.

  3. #3
    Join Date
    Dec 2008
    Posts
    29

    Re: Windows scripting language

    Windows applications and processes may be automated using a script in Windows Script Host. Viruses and malware may attempt to use this ability as an exploit. Consequently, some suggest disabling it for security reasons. Alternatively antivirus programs may offer features to control .vbs and other scripts which run in the WSH environment.

  4. #4
    Join Date
    Dec 2008
    Posts
    27

    Re: Windows scripting language

    VBScript is a useful tool for system administrators is that you do not have to create such elaborate and complicated solutions. You can instead spend a few minutes typing a handful of lines of code into Notepad, and instantly create a custom solution to a particular problem.

    Retrieving Free Disk Space Using VBScript
    Code:
    Set objWMIService = GetObject("winmgmts:")
    Set objLogicalDisk = objWMIService.Get("Win32_LogicalDisk.DeviceID='c:'")
    Wscript.Echo objLogicalDisk.FreeSpace
    If you have been having problems with users filling up drive C on their computers, you now have a custom solution for identifying the computers running low on disk space, a solution developed using nothing more sophisticated than Notepad.

Similar Threads

  1. Replies: 8
    Last Post: 19-04-2012, 08:12 PM
  2. Replies: 3
    Last Post: 31-01-2011, 11:57 PM
  3. Replies: 3
    Last Post: 28-10-2010, 04:06 PM
  4. How to disable Windows Scripting Host
    By Pratyush in forum Operating Systems
    Replies: 3
    Last Post: 17-07-2009, 12:06 AM
  5. C# AD Scripting
    By Bob in forum Active Directory
    Replies: 5
    Last Post: 31-03-2008, 09:29 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,409,791.60523 seconds with 16 queries