Is it possilble to write a VBScript that:
maps a netowrk drive on a local computer from Windows Server 2003
does not provide a username and password to the drive so that the user is queried f...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23855547.ht...
Hello all, I am having a pretty difficult time getting a script to work the way that I would like. My goal is to have the script first open a text file containing the names of all servers the scrip...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_24327989.ht...
I am getting the above error when running my vbs file.
Here is the vbs that I am running:
'
' John Savill 8th June 2005
' Runs check on last password change date
'
Option Explicit
Dim ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23548139.ht...
I have a software application that requires that i make a startup script with the code below in it. However, i am getting this error message upon login.
Osmgr.vbs script
Line 4 char 1 error ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_24131337.html
I am not a VBS coder but I can often find and modify scripts from the Internet to our own purposes. This time I am at a loss. I can get this simple script to work as long as it works on a Group i...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23663407.ht...
Zones:
VB Script,
...Date Answered: 09/02/2008 Rating: 8.8 Views: 0
we are running the following environment:
A Dual Processor (XEON 5130 @ 2 GHz) SUN Microsystems Blade Server
with 4GB RAM + 80GB Hard Disk
MS SQL Server VER 5.0
8 thin clients connecting t...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_235493...
I need a simple script that will delete the contents (scans) in a public folder (storage).
The only thing that is important to note is, there are a few user specific scan folder,
which I do *not...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_24503683.ht...
I have used the following code in Visual Basic 6 to access Crystal Reports 9.1 version:
Dim crapp as New CRAXDDRT.Application
Dim crrpt as CRAXDDRT.Report
Private Sub Form_Load()
Set crrpt = cr...
http://www.experts-exchange.com/Web_Development/Software/Visual_Interdev/Q_23729485.html
I have an application that consists of an executable written in Visual C++ 6.0 and a DLL written in VB6 that is having the following problems on Windows 2003 enterprise server.
-The C++ executab...
http://www.experts-exchange.com/Microsoft/Development/Microsoft_Programming/Q_23564591.htm...