Tagged Questions
2
votes
1answer
51 views
how to get list of processes that are bind to console window that I'm running in that would work also in windows 2000?
The only thing I found is GetConsoleProcessList. The thing here is that this function doesn't work in Windows 2000. Is there any way to get around this issue, so it would work in all systems since ...
0
votes
1answer
31 views
Using junction.exe in Windows 2000
In Linux I am able to do this:
ln -s /tmp/somedir/* /tmp/otherdir/
Which will create links to all of the files within somedir in otherdir. Is there a way to preform a wildcard operation like this ...
0
votes
1answer
121 views
VB6 with Crystal Reports on Windows 2000 Terminal Services
We got an old app written in VB6, which uses Crystal Reports.
Is there a tool that would allow us in which permission the application is being denied to create the Crystal Report object?
We've ...
0
votes
2answers
712 views
WMI namespace root\cimv2 not available on Win2k?
I'm trying to run the following VBScript code on a Win2k SP4:
strComputer = "."
Set oWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & ...