I have a windows 2003 box with an ssh server setup. I have msysgit (git version 1.6.2) installed both locally and on the server.
The server has the following absolute path to my repos:
e:\vc\git\myrepo.git
when a user logs in he/she will be put in the following working directory:
e:\vc\git\
When running the following cmd on my de...
We have software that runs fine under a normal Windows installation but when we try running it under a hardened Windows OS with device drivers stripped out it crashes horribly on this call:
this.mouse = new Device(SystemGuid.Mouse)
underneath the hood SystemGuid.Mouse maps to GUID_SysMouse. If I knew what GUID_SysMouse was equal to I ...
I have a web page that displays a list of documents stored on the web site. I need to add a link next to each document that can e-mail it. By that I mean attach the entire document to the e-mail.
When clicking the e-mail link, a 'New Message' window needs to display with:
Subject line filled in with the title of the document (displaye...
I'm trying to use Purify 6 to analyze a memory corruption in one of our executables built with VC++ 2003 (7.1).
When I instrument the binary with the command:
purify /Replace=yes /Run=no myprog.exe
The instrumentation aborts telling me the executable was incrementally linked. Puzzled, I checked the build options but /INCREMENTAL:NO w...
I'm currently rewriting a PHP Extension that was originally written for PHP 4.2.2. My issue is having the build/compile process generate a DLL instead of compiling the extension into the PHP core. The environment is windows server 2003. I'm using Visual Studio 2008.
I used the EXT_SKEL script to generate the framework, and I can succ...
How can I detect whether another process is running as 32/64 bit in Windows? I know how to do this for my own process, but not for a different process. A tip or solution in any language would be fine. Thanks!
...
I'm writing a perl module called perl5i. Its aim is to fix a swath of common Perl problems in one module (using lots of other modules).
To invoke it on the command line for one liners you'd write: perl -Mperl5i -e 'say "Hello"' I think that's too wordy so I'd like to supply a perl5i wrapper so you can write perl5i -e 'say "Hello"'. I...
Is it possible to run a windows xp bat script remotely from a ubuntu machine via command line?
...
I have a windows xp machine set up with Cygwin running the ssh service, on that machine I have a bat script that opens up IE using the following command "C:\Program Files\Internet Explorer\iexplore.exe" "http://windowsxpbox:3000/flex/flexUnitTests?debug=true#automated=true".
The script runs fine when I'm calling it locally on that xp ma...
How can I create a directory in C and assign an icon to the folder all with in my program?
The point of this is all doing this in one program without any other dependencies. Is this possible?
...
Hi all,
My question is pretty much summed up in the subject.The context is a problem we are facing with the account getting locked our fairly often.
My setup uses this as the service acccount for clearcase application.
There is another account by the same name (but in a different domain - a trusted domain) that runs a monitoring sofft...
Hello,
I'm trying to create a Windows Virtual Drive ( like c:\ ) to map a remote storage.
The main purpose is to do it in a clear way to the user. Therefore the user wouldn't know that he is writing/reading from another site.
I was searching for available products, and i find that FUSE is not an option in Windows and WebDAV maps direct...
I've got a big Windows legacy application composed by many executables interacting with a database.
Executables have 4 main purposes:
(a) parsing and loading a file on a database
(b) transform a file (e.g. encode a file.) Tthis may as well split a file in many parts.
(c) perform some sort of complex updates in the database
(d) produc...
While the installation of our software, on at least one PC, some files are replaced by html content and python of exactly the same size of the previous file, the creation date is exactly the same as others files. I suppose the antivirus (AVG free ) might be at fault, it look like the antivirus allocate memory to analyse the file, fail to...
I'd like to write a utility in the vein of PowerMenu - it adds some extra stuff into all applications' window menus (alt-space, that menu).
How does one go about doing this?
...
If have I have multiple processes accessing a registry value thousands of times per second, will there be any significant performance implications of reading this registry value?
The value of the registry value will never change, it will be read only. I guess another question is that is reading the registry value a blocking operation?
...
Hi,
I have a query regarding the directory returned from Path.GetTempPath() function.
It returns "C:\Documents and Settings\USER\Local Settings\Temp" as the directory.
I am saving some temp files there and I am wondering when this folder is cleared, so I know how long they will exist, if it is cleared at all that is.
Is it every time...
I'm using windows XP to do the development.
Since I working remotely from home, I found a serous problem, some applications for instance MS excel, even just open up the start menu became to extremely slow .
If I logged into the local pc without domain then the problem fixed, my domain user account has 300 mb local user profile.
Anybod...
I have an application server (webservice or remoting, not yet decided) on a remote machine and a client on the same domain. I want to authenticate the user as a domain user on the server.
I can ask the user to enter their Windows username/password and send those to the server and get the server to check them against Active Directory bu...
Essentially, what I'm looking for is a function that would allow me to do something like this:
Dumper(some_obj); /* outputs some_objs' data structure */
Thanks.
...