windows-xp Questions
15
Solved
I'm designing a database table which will hold filenames of uploaded files. What is the maximum length of a filename in NTFS as used by Windows XP or Vista?
Pacifism asked 5/11, 2008 at 16:39
17
Solved
I want to create a .htaccess file manually and discovered it seems impossible through the Windows UI. I get a "you must type a filename." message. There has to be a way to create files with . as a ...
Pinfish asked 15/2, 2011 at 14:6
6
Solved
What's the Lua to get the current working directory on Windows XP SP3 (or to get the directory of the currently-running Lua file)? I prefer not to use LuaFileSystem.
I can't use os.execute("cd") b...
Dordrecht asked 17/5, 2011 at 14:23
8
Solved
I have a window service for my application. When i stops that by killing process with task manager, the tray icon does not disappear. Is it a window bug or something else? Do we have a solution for...
Natheless asked 22/2, 2010 at 15:23
5
WinXP + mysisGit1.7
In my .gitignore file, but still can't see Demos/path/to/file/file.cpp being tracked by git.
I have below entries:
Demos/
!Demos/path/to/file/file.cpp
The absolute path is...
Cherubini asked 8/9, 2010 at 13:2
3
I am trying to compile an application for Windows XP using Visual Studio 2019. For that I tried to use platform toolset v140_xp. It does not work, the following error message appears:
C:\Program F...
Picture asked 7/11, 2019 at 19:18
9
Solved
I'm using a xcopy in an XP windows script to recursively copy a directory. I keep getting an 'Insufficient Memory' error, which I understand is because a file I'm trying to copy has too long a path...
Ibiza asked 2/10, 2012 at 19:51
14
Is there a recommended way to prevent the Windows screensaver from starting? The closest thing I've found is this article, but what I would really like to do is just tell Windows that the computer ...
Ellersick asked 21/1, 2009 at 1:21
18
Solved
I'm working on a Java project that uses the JNI. The JNI calls a custom library that I've written myself, let's say mylib.dll, and that depends on a 3rd party library, libsndfile-1.dll.
When I run...
Cockle asked 23/5, 2011 at 2:14
9
Solved
I found it is hard to keep my environment variables sync on different machines. I just want to export the settings from one computer and import to other ones.
I think it should be possible, but d...
Hereabouts asked 18/2, 2009 at 4:14
2
Solved
I'm running Python 3.2 on Win XP. I run a python script thru a batch file via this:
C:\Python32\python.exe test.py %1
%1 is an argument that i pass to do some processing in the python script.
I...
Maidenhair asked 30/5, 2012 at 19:34
3
Solved
In my C++ class, I use sockets.
I have some errors when linking because, in my opinion, the library winsock.lib is missing.
I included these:
#ifdef WIN32
#include <winsock.h>
typedef i...
Ternan asked 12/2, 2012 at 15:16
10
I would like to run a script for each language.
I need a way to find which os language is being used, using batch files.
Both on windows XP, and on Windows 7.
Bonaparte asked 22/10, 2009 at 22:24
5
I know that there exists ton of results in Google for this: results, but I didn't make it in my Windows XP machine. I want to disable LAN connection from command line.
>netsh interface set inte...
Quan asked 7/11, 2013 at 8:26
19
Solved
Whenever I try to start MySQL by typing
> mysql -u root
I get the error
ERROR 2003(HY000): Can't connect to MySQL server on 'localhost' (10061)
How can I solve the problem above? I just ...
Morphophoneme asked 2/10, 2009 at 12:8
18
Solved
I have many scripts which I interact with from the command line. Everytime I need to use them, I have to open a command line window and copy+paste and CD to the path to the directory they are in. T...
Ninon asked 15/12, 2010 at 15:32
18
I installed XAMPP 1.6.8 and for some reason it didn't work. Later realized port 80 is not free or not listening. How can I release it or make it free?
Thanks a lot!
Lylelyles asked 25/4, 2009 at 6:24
7
Solved
Is there a way to suppress showing the command window when running a console application on Windows XP?
Details: I am calling a (console-based) program from Vim. I would like to avoid the command ...
Dimorphous asked 27/6, 2011 at 13:36
6
I'm using Python 2.6. Sometimes there become several instances of a certain process open, and that process causes some problems in itself. I want to be able to programatically detect that there are...
Chorister asked 8/6, 2011 at 12:42
5
I'm still learning C++, so bear with me and my sloppy code. The compiler I use is Dev C++. I want to be able to output Unicode characters to the Console using cout. Whenver i try things like:
#inc...
Nondescript asked 17/5, 2010 at 12:33
20
Solved
I'm trying to locate php_intl.dll and install it.
Does anyone have any tips?
Kathikathiawar asked 20/9, 2009 at 17:7
11
Solved
Just curious here: is it possible to invoke a Windows Blue Screen of Death using .net managed code under Windows XP/Vista? And if it is possible, what could the example code be?
Just for the recor...
Beedon asked 10/11, 2008 at 14:18
19
Solved
I want to use ls in windows command prompt and make it run the dir command.
How can I do that?
Caritta asked 20/2, 2012 at 14:25
3
I am running a sequence of applications from a batch script and I want to make sure, that the opened program will always be in focus.
We need to ensure this because it's an experimental setup and w...
Dosage asked 25/11, 2011 at 9:12
10
Solved
I need to know that before any attempt to do anything with such file.
Narcosis asked 9/5, 2012 at 14:27
© 2022 - 2024 — McMap. All rights reserved.