Results 1 to 7 of 7

Thread: Auto Logon in Network Computer

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    62

    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

  2. #2

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    62

    Re: Auto Logon in Network Computer

    Anyone please ...

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    62

    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 ??

  4. #4
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    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
    Chris

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    62

    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

    \\computer_name1\c$
    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

  6. #6

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    62

    Re: Auto Logon in Network Computer

    or i just do ASP then ??

  7. #7
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    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:
    1. 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
  •  



Click Here to Expand Forum to Full Width