Announcement

Collapse
No announcement yet.

novell

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • novell

    I just got my new copy of PB for DOS today!

    My first project:
    I need to write a utility that maps a network drive on a DOS 6.22
    machine to a Novell 4.x drive.

    I found some netware utilities here on the forums, but nothing
    specifically about mapping a network drive.

    I should also mention that I am booting up OK on the DOS machine
    and logging into the Novell just fine. I just want a way to
    programmatically add drive letters.

    Can someone point me in the right direction?

    Thanks!


    ------------------


    [This message has been edited by Shawn Anderson (edited December 01, 2003).]

  • #2
    The only way I can think of is to use SHELL to execute a batch file or some other command (such as the novell drive map command itself).


    ------------------

    Comment


    • #3
      It can be done.... See developer.novell.com for SDK info and
      samples. I don't know how to programatically map a drive off the top of
      my head, but this site is where you can find out.


      ------------------
      Scott Slater
      Summit Computer Networks, Inc.
      www.summitcn.com
      Scott Slater
      Summit Computer Networks, Inc.
      www.summitcn.com

      Comment


      • #4
        Thanks Scott.
        I'll take a look.

        ------------------

        Comment

        Working...
        X