Top "Windows-xp" questions

Windows XP is a Microsoft graphical operating system edition for use on personal computers.

Maximum filename length in NTFS (Windows XP and Windows Vista)?

I'm designing a database table which will hold filenames of uploaded files. What is the maximum length of a filename …

windows-vista windows-xp ntfs filenames name-length
How do I free my port 80 on localhost Windows?

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 …

windows xampp windows-xp localhost port
What's the fastest way to delete a large folder in Windows?

I want to delete a folder that contains thousands of files and folders. If I use Windows Explorer to delete …

windows windows-xp file-management
Launching an application (.EXE) from C#?

How can I launch an application using C#? Requirements: Must work on Windows XP and Windows Vista. I have seen …

c# .net windows-vista windows-xp
Windows could not start the Apache2 on Local Computer - problem

During the installation of Apache2 I got the following message into cmd window: Installing the Apache2.2 service The Apache2.2 service …

windows windows-xp apache2
How do you copy and paste into Git Bash

I'm using msysgit running on Windows XP. Tried Ctrl+V, Right click, Middle click, google... no luck.

git windows-xp copy-paste msysgit
How to fix an UnsatisfiedLinkError (Can't find dependent libraries) in a JNI project

I'm working on a Java project that uses the JNI. The JNI calls a custom library that I've written myself, …

java windows-xp java-native-interface libsndfile
How to loop through files matching wildcard in batch file

I have a set of base filenames, for each name 'f' there are exactly two files, 'f.in' and 'f.…

command-line windows-xp batch-file
How to start MySQL server on windows xp

Whenever I try to start MySQL by typing > mysql -u root I get the error ERROR 2003(HY000): Can't connect …

mysql windows-xp mysql-error-2003
How do I run a bat file in the background from another bat file?

I have a "setup" script which I run in the morning which starts all the programs that I need. Now …

windows-xp batch-file cmd