sondo2121 Posted November 17, 2006 Posted November 17, 2006 Can you somehow pass arguments to an executable to have it be read by the script? Thanks William
/dev/null Posted November 17, 2006 Posted November 17, 2006 Can you somehow pass arguments to an executable to have it be read by the script?ThanksWilliamSee help file section "Running Scripts". The array $cmdline is the key to your solution. Search the forum for $cmdline for sample code.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
sondo2121 Posted November 17, 2006 Author Posted November 17, 2006 See help file section "Running Scripts". The array $cmdline is the key to your solution. Search the forum for $cmdline for sample code.CheersKurtthanks, that worked.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now