mikster
08-03-2011, 07:15 PM
There's about 10 small simple scripting here's a sample. You can probably do it in 1 hour if you're good at it. email me at scarymonster@gmail.com if u'r interested. Need done asap.
### STEP 1
### ======================
### Make sure that the parameter/argument entered by the user consists of 3 numbers.
### If its not 3 numbers, then give appropriate error message and exit with exit status of 1.
### If the parameter entered was a 3 digit number, then Display it
### STEP 2
###=======================
### Check if ~a2/Pictures directory exists in your home directory.
### If this directory is not found, give an appropriate error msg and exit with exit value of 2
### If this directory exists, then go to the next step and do not display any error msg
### STEP 3
### ======================
### List all files that exist in your ~a2/Pictures directory
### STEP 1
### ======================
### Make sure that the parameter/argument entered by the user consists of 3 numbers.
### If its not 3 numbers, then give appropriate error message and exit with exit status of 1.
### If the parameter entered was a 3 digit number, then Display it
### STEP 2
###=======================
### Check if ~a2/Pictures directory exists in your home directory.
### If this directory is not found, give an appropriate error msg and exit with exit value of 2
### If this directory exists, then go to the next step and do not display any error msg
### STEP 3
### ======================
### List all files that exist in your ~a2/Pictures directory