Jump to content

Network Drive Map Tool


FreeRider
 Share

Recommended Posts

Hi All...

Here is a tool to create/manage Network Drive connections dynamically (detailed script description is in the AU3 file attached)

and easily. The Tool contains some nice functions in addition of the standard way proposed by Windows.

I made several tests and it works (guaranted under Windows XP only).

Could you Please test and rate it ?

If you see that some functions can be improved (as I'm not perfect I'm sure a lot of improvements can be done) just tell me which ones and I'll be happy to modify

my script and include your suggestions.

Thanks...

*********************************

MANU.exe V2 is now available

New features :

-Close GUI do not close the program any more but only deletes it (restore GUI option is available using icon in tray)

-To close the program use icon in tray

Fixed Bug :

- Autoconnect function modified (reset of the $Autoconnect flag)

MANU_V2.au3

Edited by Christophe Savard

FreeRiderHonour & Fidelity

Link to comment
Share on other sites

Lines 152 to 162 of your script:

_ComputerGetNetworkCards($NetworkCards) ; Call the function which checks if there is an active network connection
If @error Then
    $error = @error
    $extended = @extended
    Switch $extended
        Case 1
            _ErrorMsg($ERR_NO_INFO)
        Case 2
            _ErrorMsg($ERR_NOT_OBJ)
    EndSwitch
EndIf
Edited by sandyd
----[ SandyD ]---
Link to comment
Share on other sites

You can add this function to the script... but I did not and it runs perfectly...

Func _ErrorMsg($message)

MsgBox(48 + 262144, "Error!", $message)

EndFunc

You also can check if you have all the "Include" files on your hard drive ?

Honnestly I don't undersand why do you get this error while I do not...

FreeRiderHonour & Fidelity

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...