Thread: how to automate novel login process without interaction using saved account id passwo

  1. #1
    Unregistered
    Guest

    how to automate novel login process without interaction using saved account id passwo

    I am a sort-of novice in win32 api pgmming. I want to automate the file-copying process
    accross the novel network and to Unix using win32 api GUI programming. It involves
    automating the login processes using userid and password, tree, context, server(on the
    novel login panel), and copying file from a network drive to another drives.

    I use Bloodshed Dev-C++.

    My question is how to automate the novel login process without interaction using some saved account name password, tree, context, etc?

    Is this possible? If so, then where should I look? Could you give me some useful links to simiar examples? Thank you.

  2. #2
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    um...don't know,
    on the most basic level you need to get a handle to it's window, then you can access or edit the information in it's textboxes, even as far as sending it signals like IB_OK etc. However, you need permission to access it's handle etc.
    PHP and XML
    Let's talk about SAX

  3. #3
    Unregistered
    Guest

    I will give it a try. An example of such would help me much better.

    Thank you for the reply.
    If I could get some example, it would be much better. I will give it a try anyhow following your advice. Thank you again.

  4. #4
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    Well,
    I can't give you exact code as i don't have much time right now, but i can get you started.
    I'm not sure of the command, but it launches another program from the current one. By using this function you can get a handle to novell (launch novell via this program).
    Um, as far as getting access to the textboxes (which I'm not sure will work or not) make your own dialog with textboxes etc. and reference them the same in the novell dialog as you would your own (as you can tell I'm pretty busy right now so i'm cutting corners, sorry).
    Beyond that, I'd try the novell website(s) and search for utilities of that sort.
    And even farther beyond that there are some utilities written by non-novell employees that may be able to do it at http://astalavista.box.sk
    but I'd use that place as a last resort, that's one website i definetly don't trust as far as i can throw the server.
    PHP and XML
    Let's talk about SAX

  5. #5
    Unregistered
    Guest

    Thank you for the clue. I am searching Novell site and reading

    Thank you for the clue. I am searching Novell site and reading the NDK or SDK stuff to see if I can make it myself without lots of knowledge in Novell software.

    Thank you again.

  6. #6
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    We Use the Novell Client login system at school!!!
    .

  7. #7
    Unregistered
    Guest
    How do you use the Novel login client? Interactively or using some scripts to automate the login process.

    What I am trying to do is to automate the login with different account name pw, server, tree after I logged in with my id, in order to be able to copy files from one file server to another.

    Thank you.

  8. #8
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Unregistered
    How do you use the Novel login client? Interactively or using some scripts to automate the login process.

    What I am trying to do is to automate the login with different account name pw, server, tree after I logged in with my id, in order to be able to copy files from one file server to another.

    Thank you.
    Never tried this, but if it were my task I wouldnt bother with C++ and I would try scripting with JScript....

    Ive read about the "ADSI NDS Provider".....could be just what you want....have a search on Google

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. create a child process that creates a child process
    By cus in forum Linux Programming
    Replies: 9
    Last Post: 01-13-2009, 02:14 PM
  3. Replies: 3
    Last Post: 10-15-2008, 09:24 AM
  4. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  5. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM