on run
mount volume "smb://user: @ipaddress/myvolume"
mount volume "smb://user: @ipaddress/myvolume"
end run
After the help I received on this thread… I wrote this simple script. Worked great as long as the PC was using Windows XP SP2
A couple of weeks ago, my brother (who owns the PC) decided to upgrade to Vista. That started my problem. My script wouldn’t work. I tried to connect using Go>Connect to Server… etc… wasn’t working.
I finally found out the fault was on the side of Vista with some added security issues.
However after fixing the issues… I’m able to log into the PC manually. But using the script… here is what comes up.
Anyways… I solved the problem. The problem was that since MS decided to give Vista more security, there is something called Password share or something…and its enabled by default when you share a drive. This simply states that your user account on Vista must have a password on it. If it doesn’t you will not be able to access the drive. Disabling this feature only bring us back to the normal XP style of working.