I have been trying to use the Windows vbs scripts to install printers through a batch file, I can get the port created and the printer created & working great if the PC already has a driver install...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_21097607.html
Zones:
MS DOSDate Answered: 09/14/2004 Grade: A Views: 5
Hi Folks,
want to write some code to create windows NT user add to some groups etc. so far i have this:
void main()
{
long returncode;
USER_INFO_1 NTuser;
NTuser.usri1_name = (unsigned shor...
http://www.experts-exchange.com/Programming/Languages/C/Q_10199532.html
Zones:
CDate Answered: 08/29/1999 Grade: A Views: 4
The basic premise of what i'm trying to do is merely to open up a key. Following opening the key i'm going to save it. I'm using the RegOpenKey winapi call. I'm receiving an error code 87 which ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10212208.html
I am having a problem with the InternetOpenUrl function. Here is the code I am calling:
// Session is a valid handle, opened with InternetOpen
// URL is a valid URL, CString variable.
//
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10224050.html
hi,
the following is an example from a larger project in D3 under WIN98.
i extracted it for there is a crazy error:
in the Tfilestream.create always getlasterror is 87 !!
what is this ?...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10225482.html
Can anyone help me with this? When I run this function, on the first recursive call, WNetOpenEnum returns error 1204: "The specified network provider name is invalid."
The first call to Search ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20699103.html
Zones:
.NETDate Answered: 08/06/2003 Grade: B Views: 6
I'm having problems with setting pipe mode with SetNamedPipeHandleState.
Microsoft gives following definition:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/setnamed...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20731894.html
Zones:
Visual BasicDate Answered: 09/09/2003 Grade: A Views: 0
I have execute a programm that shut down all unnessesary services.
But now my IIS dont start.
Iwent to the services and try to start the service.
It comes with a message ...
err=87 "wrong param...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_21300021.htm...
Zones:
Windows 2000Date Answered: 02/03/2005 Grade: A Views: 0
After adding new DHCP scope on a windows 2003 server and executing a refresh the DHCP Snap-in becomes unavailable, but the dhcp services is still running? we need to create two scopes for two separ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_217038...
I'm trying to use the RegEnumValue function but all I get as a return value is:
87 - ERROR_INVALID_PARAMETER
Has anyone got any Idea which parameter is wrong or managed to get this to work, I am ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10021679.html
Zones:
Visual BasicDate Answered: 09/01/1997 Grade: C Views: 0