First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
Problem using split function
Hi, When I use the split function to get data from a txt file, it always skip lines that begins with text in the second part. Lines in the txt file looks like this : Server1;tata,123,always;PROD Server2;456,never;PROD Server3;tata,789,always;TEST Here is the code I use to get the data : set objFil... 23 Jul 2008 13:18
FolderExists and UNC path
Hi All, I have the follow situation: In may Server A i have test asp page with the following code <% mImportDirectory = "\\BAIVMAST3\cvmData$" set fso = Server.CreateObject("Scripting.FileSystemObject") response.write mImportDirectory"="&fso.FolderExists(mImportDirectory) %> when I test the pa... 25 Jul 2008 09:24
login via VB or VBA
With: http://www.cerved.com/xportal/web/ita/ Click on "Area Clienti" (on the left of home page) appear the tipical form to login. Ho to insert user and psw in login form and press ok? Possible to with VB classic or VBA or VBS??? note: Now i just have a code to navigate in IE ... 23 Jul 2008 09:11
Running an executable within a VBscript
I am trying to run gpresults.exe from within a script with the folowing parameters and I am new to working with VBScript. First how do I do it and second how do I pass the parameters for the /s option and /u option, these are the system and user id respectively. Any help would be greatly appreciated. GC ... 22 Jul 2008 17:50
Help debugging with MSE
I have used MSE (Microsoft Development Environment) to debug scripts for some time. I upgraded my system to Office 2007. The Microsoft Development Environment is at version 7.0 and the Microsoft Script Editor says it is version 10.0. Since upgrading, I am unable to do any print of variables in the Command Window... 22 Jul 2008 14:45
Is it possible to force remote replication in many servers using s
Hi all, I'm looking for a script that makes possible to me force the replication in many remote DCs across my domains.' I want to force replication from branch office to the bridge head and vice-versa. Is it possible? Can anyone helps me? Thks AlonsoII ... 22 Jul 2008 09:35
move mouse
Is there a way in VBScript to move the mouse to a specific screen location and perform a mouse button action? ANy help on this would be greatly appreciated. Thanks... -- Mike ... 5 Aug 2008 19:25
help: scripts to deploy .MDF databses from other SERVER to ANOTHER
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello guys. I need some information ow to deploy created mdf databases in Sql Server Express editions to Sql Server using only scripts from WSH... its posible �? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http:... 21 Jul 2008 18:14
Editing extended Active Directory user's informations with VBS
Now I have my three fields, with "Ok" and "Cancel" push button, but I'm unable to get those button to works with my code: ' Create an IE object set objie = createobject( "InternetExplorer.Application" ) ' specify some of the IE window's settings objie.navigate "about:blank" objie.document.title = "User's ext... 22 Jul 2008 14:45
Get reference and close Excel file without saving
I have an Excel File open and have performed some functions on it. Now I want to get a reference to this file and close it without saving changes by feeding the file name to a function, but this doesn't work; can someone please correct it for me? Function FileCloseXLSNoSave(argFileName) Set oXL = GetObject(""... 21 Jul 2008 16:10
First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79