FreeRider Posted March 21, 2007 Posted March 21, 2007 (edited) 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 March 29, 2007 by Christophe Savard FreeRiderHonour & Fidelity
sandyd Posted March 21, 2007 Posted March 21, 2007 ERROR: _ErrorMsg(): undefined function. ----[ SandyD ]---
FreeRider Posted March 21, 2007 Author Posted March 21, 2007 Hi Sandyd, Could you be more clear ? I do not use _ErrorMsg() in my script... FreeRiderHonour & Fidelity
sandyd Posted March 21, 2007 Posted March 21, 2007 (edited) 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 March 21, 2007 by sandyd ----[ SandyD ]---
FreeRider Posted March 21, 2007 Author Posted March 21, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now