Author: Manuel Lemos
Viewers: 194
Last month viewers: 3
Categories: Notable Packages
WScript is an environment for executing scripts that takes advantage of objects running on Windows that provide several types of services.
This class provides means to execute actions from PHP using WScript that can be useful, like for instance running Windows applications and simulating keyboard typing events.
Read this article to learn more details about how this notable PHP package works.
This class provides means to execute actions from PHP using WScript that can be useful, like for instance running Windows applications and simulating keyboard typing events.
Read this article to learn more details about how this notable PHP package works.
The package PHP Wscript.shell Exec is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Run commands using Windows WScript object
Here follows in more detail what it does:
This class can run commands using Windows WScript object.
It encapsulates the WShell.Script Windows object to execute several types of operations:
- Run a command in synchronous or asynchronous mode
- Activate an already opened application to bring it the focus
- Send keys to the active application as if a use has types the letters in the keyboard
- Perform basic operations on registry keys
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Run commands using Windows WScript object
Here follows in more detail what it does:
This class can run commands using Windows WScript object.
It encapsulates the WShell.Script Windows object to execute several types of operations:
- Run a command in synchronous or asynchronous mode
- Activate an already opened application to bring it the focus
- Send keys to the active application as if a use has types the letters in the keyboard
- Perform basic operations on registry keys
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,616,820 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.