fandecine
03-10-2004, 06:59 PM
I need to copy files from a hard drive to another, but the second is protected by a password. How can I do it?
Thanks!
LD
Thanks!
LD
How to copy files to a protected drive?fandecine 03-10-2004, 06:59 PM I need to copy files from a hard drive to another, but the second is protected by a password. How can I do it? Thanks! LD Grayda 03-10-2004, 07:04 PM You can't. Windows is good with passwords. You are better off asking a hacker :) fandecine 03-10-2004, 07:07 PM You can't. Windows is good with passwords. You are better off asking a hacker :) I should probably add that I KNOW the password! I just want it to be hard coded (like when you do a FTP transfer). Grayda 03-16-2004, 04:29 PM ah, ok then. If it's a networked drive, then when you try to access it, it should prompt for a password (And most likely a username). You might be able to craft a VB Program that just fills in the username and password box. Maybe using the AppActivate command, and some sendkeys (There may be other ways to do this, but I'm too tired to think :chuckle: ). Here is a small example: AppActivate "Connect to REMOTECOMPUTER" ' Or whatever the title of the username/password box says SendKeys "Username" ' Your username here SendKeys "Password" ' The password goes here SendKeys "{enter}" ' Hit enter on the keyboard There are other ways, like with API calls, settext etc, but I'm not sure |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum