Displaying 7 results from an estimated 7 matches for "codeguru".
Did you mean:
codeguard
2006 Jan 23
2
psexec unix equivalent
...owed the list for some time) - but since it has been discussed on this list several times and i didn`t find any news about the current state of the "psexec unix port"- i`d like to tell that i found a psexec equivalent by chance - WITH SOURCECODE INCLUDED !
:)
take a look at
http://www.codeguru.com/Cpp/I-N/network/remoteinvocation/article.php/c5433/
i think this will help very much!
regards
roland
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/ho...
2003 Nov 26
2
Win32 Syslinux
I've been playing with the Win32 SYSLINUX, and it fails if you're not
using NT or 2K or XP. There are some differences when using it under
Win95/98/ME, but is there any reason that this program couldn't just
have a different codepath for those older version of Windows?
Alex Pavloff - apavloff at esatechnology.com
ESA Technology ---- www.esatechnology.com
------- Linux-based
2006 Feb 14
4
SSO with IIS?
I have a customer that I''m developing a solution for on RoR. They have IIS
today and use Sharepoint for their intranet. Is it possible to have some
kind of single sign-on between these systems? So when a user is logged in to
ther Sharepoint she will also be logged in to my rails-app? We haven''t
decided yet on what to deploy rails on so I''m open to suggestions... If we
2006 May 28
1
any plans on getting psexec / cmdat equivalent to Samba?
Hello !
If anybody want`s to implement the psexec unix port or samba equivalent,
maybe taking a look at xCmd from Zoltan Csizmadia at
http://www.codeguru.com/Cpp/I-N/network/remoteinvocation/article.php/c5433/
may help a LOT and is a very good example. (This one seems to work similar
like psexec - but it is available with sourcecode!)
I don`t know if the author is still reachable via this mail adress or if
there is any chance to get some help wi...
2006 Apr 08
0
Jupiter Direct Subscription Confirmation Needed
...X Tablet PC Developer Update (TEXT)
DevX ISV Update (TEXT)
DevX Product News & Downloads Update (TEXT)
DevX Skill Building Update (TEXT)
DevX Symantec Data Archiving and Storage Management Center Update
(TEXT)
DevX Update for IBM DB2 (TEXT)
DevX Windows Developer Update (TEXT)
CIO Update (TEXT)
CodeGuru Update (TEXT)
Datamation IT Management Update (TEXT)
Developer.com Update (TEXT)
eSecurity Planet (TEXT)
Enterprise Networking Planet (TEXT)
Gamelan Java Update (TEXT)
HTML Goodies to Go (TEXT)
Intranet Journal Update (TEXT)
JARS Java Update (TEXT)
Enterprise Storage Forum (TEXT)
OpenNetworksToday...
2008 Apr 29
1
ZwXX functions
Hi all,
I noticed that some of the Zw functions would be very handy to use.
While they''re exported by NTDLL, it seems they''re part of the Windows
Driver Kit, and those headers don''t ship with Visual C++ by default. Or
do they? I don''t have them with Visual C++ 8 anyway.
What I''m mainly after is the ZwQueryInformationFile for use with
File::Stat, so I
2004 Nov 25
0
getdiskfreespace
...stuff again. I''m a little
confused about determining the cluster size. According to the MSDN docs,
using GetDiskFreeSpace() on disks over 2GB may return incorrect values.
Some threads on comp.os.ms-windows.* seem to support this as well.
I did come across this, however:
http://www.codeguru.com/Cpp/W-P/system/article.php/c2885/
On the other hand, it doesn''t seem many people are using this, instead
relying on GetDiskFreeSpace() regardless of disk size.
Thoughts?
Dan