Linux Guru Script help
I need some help understanding the approach I need for this task, What I want to accomplish is this:
From Centos.6.3 run a script that will:
1) connect to windows share (mounted folder)
2) login with username and password
3) execute a script that will print the output of specific folders/drives on the windows PC to a desired location on my linux box.
I've found various variations of connecting Windows to Linux, but nothing like what I want as listed above.
Any help would be appreciated.
#!/bin/bash
echo "username"
echo "password"
??
|