|
-
Apr 11th, 2006, 10:12 AM
#1
Thread Starter
Member
Auto Logon in Network Computer
Hi all, need fast answers 
How can i do auto-logon to other computer in the same network that have user password - programmatically ?
please help, Noob
-
Apr 11th, 2006, 10:59 AM
#2
Thread Starter
Member
Re: Auto Logon in Network Computer
-
Apr 11th, 2006, 01:02 PM
#3
Thread Starter
Member
Re: Auto Logon in Network Computer
I mean how can i bypass the logon screen if i want to connect to other computer in my network ??
-
Apr 11th, 2006, 01:04 PM
#4
Re: Auto Logon in Network Computer
what do you want to do when its connected? you could connect a winsock to the computer name if there is an app listening
-
Apr 11th, 2006, 01:26 PM
#5
Thread Starter
Member
Re: Auto Logon in Network Computer
@the182guy
I'm not talking about winsock, the program that using winsock has been reject by my administrator, he don't want it to be that way.
He just want to make it more simple, just with network path...he think it will be more faster than using winsocks.
And the problem is when i put this network path to access the computer
Logon screen appears, like usual and i need somehow to bypass that screen and login automatically to that computer ...
or this is just dumb solution
or is there any solutions for this ? most use operating system is W2K and XP.
the computer client just need one button - that is [ back up ] button and the program will copy all files in local machine with specified working directories to server. That's it
i do surfing, but still have no clue
-
Apr 11th, 2006, 01:36 PM
#6
Thread Starter
Member
Re: Auto Logon in Network Computer
or i just do ASP then ??
-
Apr 11th, 2006, 04:11 PM
#7
Re: Auto Logon in Network Computer
so the app will basically just copy all the files to the server folder? try the FileCopy function im not sure if it can copy to remote folder but I think so. like this
VB Code:
FileCopy "c:\test.txt", "\\server1\backup\test.txt"
you will need to have permissions to access the folder on the server though
if it allows you to do that you can make a loop so it will copy all files in your folder to the server folder
Last edited by the182guy; Apr 11th, 2006 at 04:14 PM.
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|