Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Execute Shell Script
.
Show all posts
Showing posts with label
Execute Shell Script
.
Show all posts
Saturday, February 11, 2017
VBScript Lunch Program Using Shell Execute
›
VBScript is a scripting language to manage computer developed by Microsoft. Below is a code snippet to open an external program using Shell...
Sunday, August 25, 2013
Call and store response from a url using bash script
›
#!/bin/bash ## generate random string of length 18 function randpass { echo `</dev/urandom tr -dc A-Za-z0-9 | head -c18` } ...
Tuesday, December 4, 2012
Execute shell commands in PHP
›
/** Method to execute a command in the terminal Uses : 1. system 2. passthru 3. exec 4. shell_exec */ function terminal($command) { //...
1 comment:
›
Home
View web version