Windows is a family of client, server, and mobile operating systems, developed by Microsoft.

learn more… | top users | synonyms (2)

1
vote
0answers
12 views

Closure compiler - can't write file - java.io.FileNotFoundException

This used to work before I reinstalled Windows and WAMP Server: java -jar A:\closure\compiler.jar --js A:\test.js --js_output_file A:\test-min.js Now I am getting this error: ...
0
votes
0answers
12 views

Install new version over existing on Windows (upgrade)

I have Python 2.7.3 and considering to install new 2.7.5 version, but I can't find information if it's possible to upgrade current (and keep my modules intact) or is it advised to install as separate ...
0
votes
0answers
7 views

How can I change “Windows Phone Coding4Fun RoundButton Content Template”?

I am trying to change my round button's content's foreground but I can't. Could you help me please? <Controls:RoundButton x:Name="btnIDO" Content="iDo" HorizontalAlignment="Left" ...
8
votes
6answers
806 views

What is the best open source example of a lightweight Windows Application?

I would like to learn how a program can be written and installed without the use of the .net framework. I'm looking for a project that is known to be lightweight and robust. Something like the ...
0
votes
1answer
20 views

Unknown argument: -cp ANT1.9.1

My OS is Win7,I download ant-1.9.1 ant unzip to d:\ after I set ANT_HOME ,run in CMD I GOT below error: C:\Users\hp>ant Unknown argument: -cp ant [options] [target [target2 [target3] ... Options: ...
0
votes
1answer
10 views

MobaXterm Plugin Installation

I need a terminal that will support svn on windows and I found that MobaXterm is one of them. However going to their plugin installation page which says: To install these plugins, just download ...
-1
votes
0answers
11 views

Creating window manager in HTML/JavaScript similar to windows. Am I in violation of copyright? [closed]

I'm creating an HTML/JavaScript window manager, and I'm currently copying how the windows look in Windows 8 so that the user can feel familiar. Am I in any way in violation of Microsoft's ...
0
votes
2answers
14 views

Windows Batch: echo problems

I was trying to write multiple lines with a batch file like this-> @echo off ( echo 123() echo abc ) > exampleFile the problem is in the third line of the code: echo 123() I think its the ...
0
votes
1answer
14 views

Convert mouse coordinates to bitmap coordinates in DICOM imaging

I am rendering a DICOM image on my PC. During the process, I felt the need of calculating Hounsfield Units.For that, when i move my mouse over the image, it should get automatically converted to the ...
1
vote
1answer
130 views

How to find the device instance id of a PCSC reader

Having only a handle and context to a PCSC reader using winscard on Windows >= XP, is there some way to get its device instance id or something else that can be used in the SetupDi* API to find out ...
0
votes
1answer
18 views

Psexec and UAC issue

I am using psexec to run a exe in a remote machine which is windows 7. I need the exe to run with administrator privilege as it needs to update some registries under HKLM in the remote system. While ...
1
vote
2answers
36 views

What's the logical difference between PostQuitMessage() and DestroyWindow()?

In my demo kinda app case WM_CLOSE: DestroyWindow(hndl); return 0; and case WM_CLOSE: PostQuitMessage(0); return 0; do the same. What's different behind the curtains when calling ...
0
votes
1answer
4k views

how to create a jmagick application

I'm very new to jmagick. Can anyone help me out how to start a jmagick simple application ?
0
votes
0answers
5 views

Use Windows Desktop as Thin Client Server

I want to use my Windows Desktop (XP, Windows7, Linux) as Thin Client Server. It should be able to give a simultaneous log in session to 5-6 persons using thin client or Internet. Basically, I want it ...
2
votes
1answer
83 views

Same calculation on Linux and Windows --> different results

I have coded following algorithm to convert a decimal value into Binary/Hexadecimal etc.. string toFormatFromDecimal(long long t, Format format) { int digitCount = ceil(log(t) / log((int) ...
0
votes
1answer
8 views

Having more than one mongodb as windows service in one machine?

I want to install 3 mongodb in one machine. the aim is having a replicaset setup just in different disks... I can install one instance with this powershell line... & c:\mongodb\bin\mongod.exe ...
0
votes
0answers
28 views

Finding pronunciation correctness

I need to identify the "quality" of the user's pronunciation with the help of Microsoft speech SDK (System.Speech.Recognition). I am using MS Speech Engine - US, so what I actually need is to find out ...
-3
votes
1answer
28 views

how to connect iphone4s to windows machine for iphone app development preview

I want to connect my iphone to my laptop ( windows ) for to iphone mobile app development. is there any way by that i can create iphone application on window platform ? if not then is there any way ...
148
votes
8answers
107k views

error: Unable to find vcvarsall.bat

I'm trying to install dulwich for bzr-git. now, I use Python 2.6 based bazaar. (I use msys.) My steps are as follows: $ bzr branch lp:dulwich $ cd dulwich/ $ python setup.py install running install ...
0
votes
1answer
33 views

How do I open a file with only the FILE_READ_ATTRIBUTES permission?

I want to issue a FSCTL_GET_NTFS_VOLUME_DATA control code from a non administrator program. The doc says "Either FILE_READ_ATTRIBUTES or FILE_WRITE_ATTRIBUTES access is sufficient when opening the ...
0
votes
1answer
29 views

create folders from each line of a textfile in bat

I have a text file as follows: file.txt 1. Adams Johnson - VB 2. Mike Robert - C++ 3. victor -java ... and so on for almost 700 entries in that text file I have to create folders with each line of ...
0
votes
1answer
13 views

Where does tag attribute of file gets stored in windows

Where does windows store the tag information of a file, How searches based on tags are fast. I notice increase in size of folder when I tag a file with in it but the file size does not change.Is it ...
0
votes
0answers
5 views

windows: PAExec script to kill all remote open apps on LAN machines

We have a computer demo room with 20 WinXP PCs. We'd like to be able to execute a batch script from the admin's PC to all other PCs in order to 1. force-close all open apps' windows in the current ...
-1
votes
0answers
39 views

Execute a file hiddenly in Java?

I would like to execute an ".exe" file in Windows over Java. I have the following code: File file = new File("res/file.exe"); try { Runtime.getRuntime().exec("rundll32 SHELL32.DLL,ShellExec_RunDLL ...
-1
votes
0answers
11 views

Can't save anything to my D partition [migrated]

I already gave admin permission, but when I try to save my torrents to the Macintosh partition (I'm running on the bootcamp partition of windows) I get this image, and when I press "Try again", it ...
2
votes
1answer
3k views

WebDAV: What is the default file size limit for Windows 7?

We have an application at work that mounts a virtual drive using WebDAV. In the past we had to manually set the following values to work around the defaults used by previous versions of the Windows ...
0
votes
0answers
8 views

Quickly update Chrome App window after screen is back on

I am developing a Google chrome app on Windows 7 that is a simple clock/alarm. The javascript code calls the updateClock() function (using a timer) every one minute to render the new clock value ...
1
vote
1answer
26 views

Creating Anonymous Pipe in Windows

I just started learning about anonymous pipe communication. My question is what is the difference between AnonymousPipeStream and CreatePipe method. Right now I am creating pipe with CreatePipe() and ...
0
votes
0answers
14 views

Windows & Ubuntu dual boot.No menu to choose OS? [migrated]

I just installed Ubuntu alongside Windows 7. Now I cant boot Windows 7 because it automaticaly boots Ubuntu without displaying boot menu. How can I get menu with options to choose which Os to boot? ...
-1
votes
1answer
6 views

Where are Explorer's folder view settings saved? [closed]

Explorer has numerous settings that can be made to customize the user's view: details/thumbnail, column widths, grouping, etc. Where and how are these details stored? (If it matters, I'm ...
1
vote
1answer
18 views

Is there a method in the Windows API for firing off code when a specific application is run?

I want to monitor the status of an application that runs in Windows. What is the best method (Win32 or newer API) that I can use to watch for when a specific application is run and execute another app ...
98
votes
17answers
172k views

How can you find and replace text in a file using the Windows command-line environment?

I am writing a batch file script using Windows command-line environment and want to change each occurrence of some text in a file (ex. "FOO") with another (ex. "BAR"). What is the simplest way to do ...
-2
votes
0answers
33 views

Writing into command line [closed]

I simply want to write into the command line through an executable file but could not find how to do it. Lets say when I write "dir" to the command line I see the list of files in that directory; what ...
1
vote
1answer
14 views

C++: Getting the Current Time as a W3C UTC Time String

How can I get the current time as a W3C UTC time string as documented at W3C Date and Time Formats (Profile of ISO 8601)? Specifically, here is the format I am after: yyyy-mm-ddThh:mm:ssZ Example: ...
0
votes
1answer
16 views

Typing special characters with keyboard shortcuts instead of alt-numbers on Windows

How can I type special characters with keyboard shortcuts, like on OSX? For example Option+Shift+R will make an ‰ (per mil-symbol) on Mac, how do I do the same on Windows? I have already tried the ...
3
votes
1answer
32 views

Retrieving Java installation directory in any situation using C#

So I'm creating an installer for the Java Access Bridge for my application and it is required to find the Java installation directory. I was using this piece of code which worked.. public static ...
0
votes
1answer
11 views

findstr command to find a phrase instead of a single word

findstr /S "stored procedure" *.* returns all the files with the string "stored" as opposed to "stored procedure". Does anyone know what I am doing wrong? Thanks
-4
votes
0answers
9 views

Debian : Permissions for subfolders [closed]

I got a Debian server running a Samba server. Here i have share a folder like this : [public] path = /media/storage/ public = yes writable = yes comment = smb share printable = no guest ok = yes ...
1
vote
1answer
13 views

VBScript Renaming Windows Computer with Options

You guys did great helping me with one VBScript, so I'm going to throw another your way. Perhaps you can help me iron out the wrinkles. My intention with this script is to rename the PC. The computer ...
0
votes
0answers
13 views

Replicating Mouse behavior in Code

This is related to question: Focus problems with JDK7 and native components. While working on workarounds we noticed that if we clicked on another component on the window (i.e. a label showing a ...
2
votes
0answers
36 views

Do bit indices in affinity mask in GetLogicalProcessorInformation and SetProcessAffinityMask mean the same?

SetProcessAffinityMask WinAPI function has dwProcessAffinityMask parameter, where each bit corresponds to single logical processor in a system. GetLogicalProcessorInformation WinAPI function has ...
6
votes
3answers
10k views

What is the difference between CreateObject and Wscript.CreateObject?

Does anyone know the reasoning behind having the option using: Wscript.CreateObject("some.object") and CreateObject("some.object") within VBScript? when I find documentation or examples that use ...
3
votes
2answers
82 views

Differences between running an executable with Visual Studio debugger vs without debugger

I'm trying to debug an issue in which an executable produces repeatable output (which I want) when executed directly from Visual Studio, but does not produce repeatable output when executed from the ...
0
votes
0answers
13 views

How to create a virtual printer in Windows 7?

Basically what I'm looking to do is create a virtual printer, like the one in OneNote, so that it would be possible to select it when printing things (while not physically printing anything). How ...
-1
votes
2answers
691 views

Is it possible to add a network drive to %PATH% environment variable

I have a python script calling an exe file. The exe file can be in the same folder as that of the python script or in a network drive. Is it possible to call the exe if it is in a remote ...
1
vote
0answers
25 views

Folder chooser on Windows

How can I call the folder default windows folder chooser. I'm using the call: QString path = QFileDialog::getExistingDirectory(parent, "", folder, QFileDialog::ShowDirsOnly); But this call show ...
33
votes
12answers
4k views

What's the point of Mono on Windows

This may be a dumb question...but I was just looking into the Mono project and they have a section about installing Mono on Windows. But, since Windows obviously already has the .NET runtime can ...
0
votes
1answer
34 views

200k Handles in TaskManager: Server out of memory / How to get list of used ressources

I have a Windows Server 2003 Small Business System here. The problem: there are about 200.000 handles which are consuming almost all the memory of the machine and I don't know how to determine which ...
2
votes
0answers
41 views

How to identify a particular “Voice”

After working with speech recognition for few weeks I have come across a situation where I need to identify the voices of particular people. I am using MS Speech engine with C#. How can I do this with ...
0
votes
1answer
29 views

Creating a grid of Windows Phone controls (Buttons)

I'm looking to create a grid of buttons to make a simple game in Windows Phone just to test out what I can do with it. I did the exact same thing with visual C#: for (int j = 0; j < down; j++) ...

1 2 3 4 5 985