windows-xp Questions
4
Solved
I have two batch files, task.bat and runtask.bat. The runtask.batcalls task.batand I would like runtask.bat to get the exit code of task.bat into a variable. How could this be done?
task.bat:
@ec...
Medeah asked 11/1, 2013 at 11:47
12
I have been trying (and failing) to set up any kind of internet connection for my Windows XP virtual machine and would appreciate some assistance.
Details are as follows:
Virtualbox 4.3.0
Mac OS...
Bunkhouse asked 17/1, 2014 at 12:53
17
Solved
after installing django I tried django-admin.py startproject mysite and that worked, then I got a simple site working and I wanted to start on something real, so I tried django-admin.py startprojec...
Metathesize asked 9/9, 2010 at 23:7
8
Solved
I would like to know that how we can check the available memory in batch script? Is there any method already available? If it is not possible in batch script then is there any other way by which we...
Adabelle asked 5/7, 2012 at 11:15
3
Solved
I have a problem very similar to the one described here:
https://microsoft.public.win32.programmer.kernel.narkive.com/Ly2P8Yp2/prevent-vista-from-marking-my-application-as-non-responding
That threa...
Acarpous asked 8/5, 2009 at 22:54
8
Solved
When the policy for a disk in Windows XP and Vista is set to enable write caching on the hard disk, is there a way to flush a file that has just been written, and ensure that it has been committed ...
Wearisome asked 6/10, 2008 at 8:12
11
Solved
I am trying to add ssh keys for usage on github but on my xp on command prompt ssh-keygen does not work. It gives me the following error
ssh-keygen' is not recognized as an internal or external co...
Photima asked 13/4, 2012 at 18:33
8
Solved
In my batch file on Windows XP, I want to use %* to expand to all parameters except the first.Test file (foo.bat):
@echo off
echo %*
shift
echo %*
Call:
C:\> foo a b c d e f
Actual result:...
Rossiya asked 20/2, 2012 at 14:52
8
Solved
Maybe a way to alter the colors locally (as in application dependant)?
A background color of eclipse is white, the same white of windows' active window background color. If I change the color on th...
Pepita asked 5/10, 2010 at 18:14
5
Solved
The following code shows unexpected behaviour on my machine (tested with Visual C++ 2008 SP1 on Windows XP and VS 2012 on Windows 7):
#include <iostream>
#include "Windows.h"
int m...
Soviet asked 2/11, 2009 at 10:33
4
Solved
I've developed an application that load an image using the context menu of window (right click on the file) and for the moment is working, but the reg key is on
HKEY_CLASSES_ROOT\*
and it works wi...
Phosphorite asked 23/1, 2010 at 16:12
7
Solved
I have a large application targeting .NET 4.0.3 that needs to run on XP. It builds fine using Visual Studio 2010 SP1 and runs properly on XP.
Building using Visual Studio 2012 targeting .NET 4.0.3...
Coir asked 7/9, 2012 at 14:19
11
Solved
Is it possible to programmatically, or otherwise, increase the width of the Windows console window? Or do I need to create a wrapper program that looks and acts like the console somehow? Are there ...
Tittivate asked 10/10, 2008 at 8:42
2
Solved
I have a Visual Studio solution that's been around for years. The project is a Visual Studio 2010 project, and I've been able to compile and run the project for years. This application is a critica...
Eastbourne asked 18/10, 2012 at 20:45
5
I am running VisualSVNServer on a remote server (Server 2007 R2) and Tortoise SVN 1.6.12 x64 on my Windows 7 machine. I have set up a repository on the server and am able to rep-browse to it and ch...
Knick asked 31/5, 2012 at 13:23
12
Solved
How do you schedule a task in Windows XP to run when you shut down windows. Such that I want to run a simple command line program I wrote in c# everytime I shut down windows. There doesn't seem to ...
Crepuscular asked 19/9, 2008 at 13:0
7
Solved
How would I search for anything in a certain directory that doesn't contain a certain term?
For example:
!(FINAL)
or
NOT(FINAL)
I would like to find anything (files only) that doesn...
Stereophonic asked 16/7, 2012 at 9:55
3
Solved
I have several custom paper sizes defined on a printer(the printer is set as default). I need to be able to select one of these formats as the default one.
A programmatic(C#) solution would be ide...
Mho asked 17/2, 2014 at 10:28
8
Solved
I have to replace it because of a bug that blocks the software uninstallation, but Windows can't find the MSI file if I use the file search utility, but I think the MSI is stored somewhere where th...
Windage asked 15/1, 2010 at 13:38
5
Solved
Is it possible to run Visual Studio 2013 on Windows XP?
I heard that it is not possible to install .NET Framework 4.5 on Windows XP. What if I want to use Visual Studio 2013 for .NET 4.0 on Window...
Caroche asked 8/9, 2013 at 9:6
7
Solved
I would like the most advanced version of Python that still works on Windows XP. I need both Python 2 and Python 3.
What versions of Python will work on Windows XP?
Reider asked 27/11, 2017 at 17:33
36
Solved
I'm using msysgit running on Windows XP.
Tried Ctrl+V, Right click, Middle click, google... no luck.
Kopje asked 21/2, 2010 at 0:54
5
I have dll and ocx file on folder on c dirve and want to register just by clicking on batch file
Photogene asked 20/4, 2011 at 7:6
5
Solved
I have a SaveFileDialog with the option of saving with type .foo or .bar. The first item in the list, and selected by default, is .foo. The default filename is "untitled", and the default extension...
Portend asked 8/11, 2010 at 22:33
5
Solved
I'm trying to figure out whether the computer is locked.
I've looked at LockWorkStation function, but the function that I'm hoping to find is IsWorkStationLocked.
I need to support all windows...
Disorientate asked 29/3, 2015 at 7:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.