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

learn more… | top users | synonyms (2)

0
votes
1answer
10 views

How to get windows batch's parent folder

I'm writing a batch file, I need to get the parent folder of this bat file. Is it possibile? NB I mean the parent folder of the batch file not of the current directory of the prompt calling that ...
3
votes
2answers
3k views

Windows Form application freeze randomly when run overnight

I have a window form application, and it has multiple threads running that would invoke on the Main UI thread to update the UI. Occasionally on development machine, the application main UI thread ...
0
votes
1answer
679 views

Possible to detect disabled windows services with “SC query”?

I have a Windows Service (written in Java) that needs to start other Windows Services under certain circumstances. I do this by simply pumping out "sc" commands to the command line. If the windows ...
0
votes
1answer
25 views

QT auto start aplication with OS

I have a problem with this operation only in windows 8. here is the code which work in other Windwos OS (Win7/Vista/XP) #ifdef Q_WS_WIN QSettings ...
0
votes
2answers
64 views

How to use SWIG for D from C++ on Windows?

I want to use LEAP Motion in D. Therefore It doesn't have C library and It has only C++ library. I tried SWIG 2.0.9 below command. swig -c++ -d -d2 leap.i This command output Leap.d, Leap_im.d, ...
4
votes
2answers
94 views

Efficiency of registry call vs. storing user options in a static variable

I have a program that stores some user options in the registry (about 5 options). The options are fetched from the registry within an inline function. The options need to be checked several times ...
0
votes
0answers
20 views

why do i get this— > importError: No module named backend.libusb10

my code is to get all details about the device inserted in USB port. However, when i run the program i get the following error: ImportError: No module named backend.libusb10 Can someone please ...
0
votes
1answer
37 views

how to detect multiple USB ports and read data from USB using python

I have been able to detect whenever a flash drive is inserted. However, (silly as it sounds) having trouble to detect if multiple USB be inserted. Also, i am having difficulty in writing the code to ...
1
vote
1answer
71 views

Memory allocation of values in a std::map

I've had some experience in C++ from school works. I've learned, among other things, that objects should be stored in a container (vector, map, etc) as pointers. The main reason being that we need the ...
2
votes
1answer
23 views

What is the direct equivalent of the Motion API from Windows Phone on Windows 8?

I'm trying to port a Windows phone program to windows 8, but for orientation the Motion API is used to I have lines of code like the following If Motion.IsSupported Then ...
1
vote
1answer
18 views

Application Crashes when hooked with MS Detours and Injected with Withdll.exe

I am hooking FindNextFile() using MS Detours. I have configured the Detours library successfully and wrote a dll named "Detuors.dll" and an application named "FNFSend.exe". The following is the code: ...
2
votes
1answer
157 views

Webview inside Flipview not working properly

i am trying to get Webview inside Flipview, so as usual it will be something like this : <flipview> <flipview.itemtemplate> <datatemplate><webview name="wv" /> ...
12
votes
7answers
19k views

How do you find the current user in a Windows environment?

When running a command-line script, is it possible to get the name of the current user? The OS is Windows XP.
0
votes
0answers
26 views

detect multiple USB ports using python code

I have been able to detect whenever a flash drive is inserted. However, (silly as it sounds) having trouble to detect if multiple USB are inserted.I cant get the proper modification in the code fro ...
4
votes
2answers
31 views

Semaphore for CMD instances working in Parallel

I have .bat that would be started X times (with different arguments) at the same moment. I would like them to modify one specific file but it has to be done in sequence with controllable delay. ...
0
votes
1answer
54 views

read data RS232 without polling

i read data from RS232 in a for loop.this has no good performance.i want don't have a for loop instead of that there was a thing like event that when data is receiving it fire. is this possible? for ...
0
votes
0answers
9 views

WTSQueryUserToken always throws “An attempt was made to reference a token that does not exist” on Windows 7 in C#

I'm trying to launch a process from a Windows Service on Windows 7. This is my code to obtain the user token. uint sessionId = Kernel32.WTSGetActiveConsoleSessionId(); var userTokenPtr = new ...
0
votes
0answers
16 views

How to stop my Speech Recognition application responding to MS Built-In speech commands

Please have a look at the following code private void button2_Click(object sender, EventArgs e) { SpeechRecognizer sr = new SpeechRecognizer(); Choices colors = new ...
7
votes
3answers
375 views

Error accessing file from “My Documents” for Windows Xp and Windows 7

Sir, i am working in a java application.On that application i have to access files from "My Documents". The problem is coming with windows version when i am using windows 7, it can be accessed as ...
4
votes
5answers
141 views
+300

Restrict access to audio device under Windows XP-8 to specific application/user

I have written an c# 4.0 application that analyses the microphone input and records DTMF tones that represent credit card numbers entered by our clients. This all works well, but since we are working ...
0
votes
4answers
650 views

Searching files in C on Windows

How would one search for files on a computer? Maybe looking for certain extensions. I need to iterate through all the files and examine file names. Say I wanted to find all files with an .code ...
0
votes
1answer
39 views

Railo 4 MissingInclude

I am running Windows 2008 R2 with Railo 4. I am having a problem with Railo 4 not seeing the virtual directories defined in IIS. I know that in ColdFusion 8, I just define the virtual directory in ...
0
votes
2answers
27 views

python socket: winerror 10056

I've read throught this introduction to python sockets: http://docs.python.org/3.3/howto/sockets.html This is my server import socket serversocket=socket.socket(socket.AF_INET,socket.SOCK_STREAM) ...
7
votes
1answer
826 views

unable to access jarfile windows-service-wrapper-*.jar

I have just installed neo4j release 1.8.1 on my windows computer. The readme file says I should now navigate to the install directory and type: C:\Tmp>bin\neo4j.bat But I get the following error ...
1
vote
2answers
21 views

MongoDB slow after periods of inactivity

I have created a site that uses MongoDB as the database engine and at the moment it is still under construction so it is not getting much traffic. This means that there are periods of no requests and ...
9
votes
7answers
9k views

mysql-python install problem using virtualenv, windows, pip

I'm trying to install mysql-python in a virtualenv using pip on windows. At first, I was getting the same error reported here, but the answer there worked for me too. Now I'm getting this following ...
0
votes
1answer
26 views

How do I pipe output to an exe in a batch file. [closed]

I want to replicate: #!/bin/bash echo "SOME JS CODE SOME JS CODE SOME JS CODE SOME JS CODE" | node on a windows machine.
2
votes
0answers
26 views

Why does easy_install work with some Windows binaries?

Background Windows does not include a compiler by default, and installing a compiler (and perhaps configuring Python to use it) is a complicated enough task that many developers avoid doing so. To ...
0
votes
3answers
58 views

How to open a webpage on windows logon?

I want to run a webpage when a user logs onto their user account.. . in my C# App.. string startup = Environment.GetFolderPath(Environment.SpecialFolder.Startup);
0
votes
0answers
6 views

WshShell Run Without Waiting But Exec for Status Update (run vs exec issue)

Launching a script via JS in a Windows environment. I need 2 things: No pop-up window (ie. shell.run(cmd, 0)) I can't wait around for thread to finish (ie. shell.exec() or shell.run(cmd, 0, false)) ...
1
vote
4answers
2k views

Problems installing Thin on windows 7 x86

I'm having problems getting thin working on my Windows 7 machine (I've already installed eventmachine v0.8.1): >gem install thin --ignore-dependencies checking for main() in -lc... no ...
1
vote
2answers
72 views
+500

Is it possible to add a hosts file entry to make it look like my files are on another machine?

I have file share called "\myserver1\data_input". I have an application that I want to run which is supposed to move data from one server to another via file shares. I really want to try and deploy ...
0
votes
0answers
24 views

Failed to load a dll in the Temp Directory on a Windows Server

I have developed an C# application that run very well in local. But there is a problem when i put on the server. The application use a DLL library (A.dll) in a point of the execution, this A.dll ...
0
votes
0answers
8 views

file type is not a valid win32 application [migrated]

I have searched many related questions on various sites but found no solution for this variation of the problem. I have a filetype (.vlm) located on a network drive, and the program I use to open it ...
3
votes
4answers
2k views

How do I hide “MATLAB Command Window” when I run an m-file from command line?

I am running MATLAB with a command line string like this: C:\<a long path here>\matlab.exe -nodisplay -nosplash -nodesktop -r "run('C:\<a long path here>\mfile.m');" The m-file contains ...
2
votes
3answers
337 views

powershell windows form browes dialogue

Im trying to create a windows form that has a button when clicked will display a folder/file browes window, then the user selects the file/folder and clicks OK and i can then use the selected path as ...
0
votes
2answers
14 views

Multiple instances of a RegEx string in FINDSTR

I am looking for a way in a Windows batch file to find if a file contains the word Shutdown a given number of times. I have tried this using FINDSTR: FINDSTR /r .*Shutdown.*{5} file.txt This ...
1
vote
3answers
1k views

How to create User DSN for *.accdb from commandline in Windows?

I work in an environment where DSN-Less connection is not possible due to some restrictions. I need to create User DSN for "Microsoft Access Driver (*.mdb,*.accdb)". the .accdb file is located in ...
1
vote
1answer
41 views

How to write text on a image in windows using python opencv2

I am a newbee to Python OpenCV. I wanted to put some text on an Image. I am writing the code as: cv2.putText(image,"Hello World!!!", (x,y), cv2.CV_FONT_HERSHEY_SIMPLEX, 2, 255) It gives ERROR, ...
0
votes
0answers
13 views

Extracting files from zip file from Mac on Windows XP [closed]

Unfortunately, I have to use a Windows XP Machine at work and I'm having this issue extracting files zip files that were created on Mac. For example, right now I'm trying to download this Opencart ...
0
votes
1answer
28 views

SGen does not use FileVersion from parent assembly

It seems that SGen does not use the file version from the parent assembly but the AssemblyVersion instead. This is problematic if you want to keep the strong name constant and release via MSI API ...
0
votes
0answers
38 views

Visual C++: stop symbols from being exported

I'm working on a dll project and am using the following to clean up some of my exported symbol names: #pragma comment(linker, "/EXPORT:Some_function=_Some_function@4") where Some_function is ...
0
votes
1answer
31 views

AsyncCallback not being called second time

I`m implementing ping-pong over tcp. I have Pinger written in C#. And two pongers. One written in C# and another written in C++. Pinger just sends message to pongers and pongers reply to him. The ...
3
votes
0answers
53 views

The Ruby gets method truncates my input at 256 characters

I am trying to enter a long string (> 256 characters but generally < 512) in Ruby with: puts "Enter long string" ilogo = gets.chomp puts "#{ilogo}" For some silly reason, it always truncates the ...
1
vote
1answer
218 views

Windows PATH variable

My program needs .bat file to run because the .bat file is changing some language settings, so .bat file looks like: set lang=en start ap.exe It is working great but when I made installer for my ...
0
votes
3answers
323 views

Get the full windows domain name from a session id

I am working on service application that needs to monitor windows session changes and automatically start an application if a specific user logged on to. Here is how it works, I have a file with a ...
11
votes
3answers
4k views

Windows/C++: Is it possible to find the line of code where exception was thrown having “Exception Offset”

One of our users having an Exception on our product startup. She has sent us the following error message from Windows: Problem Event Name: APPCRASH Application Name: ...
0
votes
0answers
20 views

Is there a setting to control the timeout for 'Application Recovery and Restart'

I wanted to know, if a setting i.e. registry key exists to control the time-out that is used in the Application Recovery and Restart. To clarify by time-out, I'm referring to the 60 seconds mentioned ...
0
votes
1answer
3 views

Where are the configuration files kept for Project Groups in Netbeans 7?

I want to delete some project groups in Netbeans 7.2 that I no longer use. Netbeans 7.2 & 7.3 don't keep the configuration information for Project Groups in $USER_HOME/.netbeans as previous ...
2
votes
3answers
1k views

Run ipconfig command with php

I use this code to understand some information of visitors (clients). It has been running on my virtual server on Xampp, but I can`t run on my main server (host). I see just a blank page. $info = ...

1 2 3 4 5 978