Tagged Questions
0
votes
2answers
36 views
How to automate program startup?
How can I go about launching an application to process a .txt file whenever the file is dropped into a specified folder in a windows environment?
1
vote
2answers
77 views
JAVA_HOME not pointed at JDK
I know that this question has been asked several times, but none of the answers seem to have worked.
Short version:
I need to get Ant to point to my JDK rather than my JRE.
Long version:
My issue ...
0
votes
1answer
51 views
Automation tool suggestions for specific software (I think C#)
I want to automate a GUI of windows software (Not build-in in windows).
In general for these tasks i use autoit software and it works great.
Now with this specific software there is an ...
0
votes
1answer
16 views
automate directory creation in windows 7
I'm assuming this will require some scripting work, which I know next to nothing about, so please bare with me. So heres the situation:
I have been tasked with restructuring the directory of files ...
-5
votes
0answers
58 views
Could you please list out the desktop application testing tools? [closed]
I need to test my desktop / windows based application thru anyone of the best automation testing tool. Please suggest me the best tool for automating desktop application or provide some list of tools.
...
-2
votes
0answers
42 views
IBM Rational Functional Tester is a desktop application testing tool or web based? [closed]
I'm looking for automation testing tools for desktop / windows based applications.
Please provide the list desktop / windows based automation testings tools either open source or license based.
...
0
votes
1answer
125 views
How to specify address for Remote Desktop Connection using VBScript?
I want to inject an address into the "Remote Desktop Connection" prompt using a VBScript. I was specifically told that I must employ Windows Automation API to do that, but after reading the ...
1
vote
0answers
21 views
Windows command to copy file forcefully when that file is used by another process [migrated]
I am copy a file using copy command. But its throwing some error.
copy /y ..\BuildLog.htm .
Error is : The process cannot access the file because its used by another process
XCOPY /Y is also ...
1
vote
1answer
148 views
Automating remote desktop connection
We use many remote desktops in our development environment and there are many server deployed in multiple environments. It is tedious to remember there IPs, usernames and passwords. I want to write ...
0
votes
0answers
45 views
automating DOS command promting input from perl
I am working on a perl script in which I need to stop a windows service .
which we can do from the command line by executing the following command
runas /user:Administrator "net stop MSSQLSERVER"
...
0
votes
2answers
68 views
How do I programmatically check for open browser instances on a Windows machine?
I wrote a GUI automation script in python that opens a web browser, does some tests in the browser and then closes the browser. It does so in a loop going up through hundreds of thousands of ...
1
vote
0answers
59 views
Replicating the CMOS contents from one PC to many others
We have about 100 PCs of the same brand and model manufactured in 2010. I need to change in all these PCs, periodically and manually, the system and user passwords through the BIOS and would like to ...
0
votes
3answers
298 views
Automatically update Windows fully
I'm working on a project where the goal is to be able to update a windows computer 100%. That means a program or a script that updates windows automatically with no user interaction at all. Ideally a ...
-3
votes
1answer
45 views
How to watermark my logo to 200 videos at once for free? [closed]
I think that command line video editing software + bacth to generate a loop in order to edit all the videos at once is the way to go. My problem is that i have not found free software with command ...
0
votes
1answer
48 views
Access DOM inside chrome from native application
I need to access DOM of web application that is running inside Chrome browser.
Same functionality can be achieved quite easily with IE using
SHDocVw::ShellWindows and SHDocVw::IWebBrowser2. Now I ...
0
votes
1answer
49 views
Batch script not running completely
This is first time I am dealing with batch files.
I have a java project with ant. I have divided the project into two sub projects. I tried building the projects using a batch file in sequential ...
0
votes
1answer
60 views
vbs automatic script
Is it possible to create a vbs script that call itself when a certain pc action is activated,lets say opening up a browser?A replica would be someone opens up a browser,then the vbs listens to this ...
1
vote
5answers
293 views
How to execute any .exe by using a batch file?
I know that I can start an exe by doing:
start "" /b filename.exe
But that requires me to know the name of filename.exe, how could I do that for any general file ending with .exe? I tried the ...
-2
votes
1answer
28 views
How to install programs in Windows avoiding a usage of GUI? [closed]
I need to install several heavy applications that need some time for their installation.
I should do it from time to time and I wanna automate it.
How is it possible? I do not want to click "next" ...
1
vote
1answer
489 views
How to compile APK from command line?
I am interested in making Android apps on demand. Depending on the clients request, my web site would send me a JSON file direct to a Windows application that I have created in Delphi. This one would ...
0
votes
1answer
56 views
Is there a way to schedule Photoshop batches
I have a photoshop batch that needs to be run on about 70+ folders, at least once per day.
Right now, we manually open photoshop, load the batch, select an in and out folder, and run it.
I'd like ...
2
votes
1answer
120 views
Interact with another program with C#
I wish to interact with other Windows applications from my C# application. This should be able to be done in the background, while a user continues doing something else. The target applications are ...
2
votes
2answers
94 views
is it possible to build an “auto clicker” via powershell for windows, or green software?
i'd like to automate some processes, basically run some tools, click the menu, select from dropdownlist, then copy and paste to a notepad.exe application to save as a txt file -- all in windows.
...
1
vote
1answer
85 views
How to change 3rd monitor programatically
When I'm using my laptop, I use 3 displays:
The laptop display
A second monitor (connected through VGA)
A TV (connected through HDMI)
My videocard doesn't support 3 monitors, so I'm constantly ...
0
votes
1answer
139 views
Using Windows.Automation, can I locate an AutomationElement by regex?
I have an object tree that has row objects within a table parent. I'm attempting to put all these rows into an AutomationElementCollection
AutomationElementCollection asdf = ParentTableObj.FindAll
...
7
votes
3answers
293 views
Different results when R script is automated
The following command executes ghostscript on a pdf file. (the pdf_file variable contains the path to that pdf)
bbox <- system(paste( "C:/gs/gs8.64/bin/gswin32c.exe -sDEVICE=bbox -dNOPAUSE ...
0
votes
2answers
83 views
Server command-line automation (updating the project) [closed]
How can I automate running some commands on remote server?
For example I use windows machine. I run bat-file.
it compiles resources (js + css)
commits code to SVN
connects to server by ssh
updates ...
0
votes
1answer
93 views
DOS Command for Copying certain filetypes from one place to another
I have 5 different VPS with different OS installed on them (All are Windows versions though) and when I am working on these different servers I usually save my work, ideas and important things to ...
-1
votes
1answer
79 views
Automated Script for IIS log rollover schedule change [closed]
Is there any script for automating IIS log Rollover schedule change ? Please give some idea's to implement it further.
1
vote
0answers
52 views
iOS Automatic Deployment from Command Line on Windows
I am using the iPhone Configuration Utility to deploy an .ipa file to an iOS device from Windows.
However, I am redeploying quite frequently, and it takes almost a minute to go through the steps:
Add ...
0
votes
0answers
51 views
Windows UIA SelectionItemPattern.Select() not working from code but ok with UI Spy
I have a ControlType.DataGrid containing rows of ControlType.DataItem. If I right-click an unselected row as listed in UI Spy Control View, select Control Patterns and then call method Select for the ...
0
votes
3answers
385 views
is it possible to build some gui using vbs? (ssh automation)
I'm trying to make automation using vbs and I'm wondering if it possible to build some simple gui with file chooser (or couple of them)? Googling didn't help me here.
I need this not to hardcode some ...
0
votes
1answer
123 views
Could not execute automatic test using mstest.exe under Virtual Windows 8 Machine
I have the following issue: can not execute automatic test using mstest command under Virtual Windows 8 Machine. I enabled mstest logging and I came upon the following error:
...
-1
votes
2answers
782 views
Switching Internet Explorer Windows with VBA
I have been working on an Excel macro to automate an Internet Explorer process at work. I'm incredibly close to figuring everything out, but at the end, the macro clicks on a "Download Report" button, ...
0
votes
1answer
85 views
Is there a way to invoke a leftclick in python?
I only have the python 2.6. Can I do this without using external libraries? I just want to perform a left click wherever the cursor currently is.
0
votes
2answers
160 views
Add an entry to the import table of PE
I'm looking for a command line program to add an entry to the import table of a PE file.
My goal is to add a new imported function from an external DLL to my EXE, and then with ollydbg insert new code ...
0
votes
0answers
26 views
Automation of finding windows functions's signatures
I have a list of 200+ windows function and I need to get all of these function's signatures.
For instance, if I have GetNameInfoW I'm going to google, searching for GetNameInfoW function, going to ...
1
vote
2answers
159 views
Watir, Automation on Windows 7 with IE8
I am trying to run watir scripts on Wndows 7 on IE8 as administrator.
Here is problem description:
Problem was with below statement(popup windows)
popup = Watir::IE.attach(:url, /ContactDetails/)
...
0
votes
0answers
145 views
Type library as a resource - What can cause LoadTypeLib to fail?
I have created a type library for COM automation and want to embed it as a resource in my EXE file. I have added
1 TYPELIB "myfile.tlb"
to the RC file.
However, calling LoadTypeLib for this EXE ...
0
votes
1answer
72 views
Automating installations in Windows using Apache ANT
I am carrying out a POC to find a way to refresh a testing server. Refreshing involves
Deletion of several files
Uninstalling some programs from Windows Add/Remove programs
Installing fresh copy of ...
0
votes
0answers
225 views
How to simulate a HOLD keydown event using pywin32?
I am trying to get this piece of python code to work on windows:
import win32process, win32con, win32gui, win32api, time
HWND = win32gui.GetActiveWindow()
win32api.PostMessage(HWND, ...
1
vote
2answers
542 views
How to run makecert.exe without a GUI?
I recently came across a problem generating self-signed certificates in an automated fashion. Anytime I run makecert.exe I get a pop-up window for a password for the certificate. However, these ...
0
votes
1answer
34 views
Can msbuild install applications on Windows, for example java JDK?
I am working to automate the install of some software.
It relies on some things like the Java JDK and well lots of things that have manual steps installing and copying things around.
I would like ...
0
votes
1answer
114 views
Windows scripting: Monitor file on shared server and alert upon detected change
I am looking to create a simple script that will monitor a file on a shared server location containing a date. When this date changes, I need to display an alert to the user.
Is this possible using ...
0
votes
0answers
363 views
Internet Explorer “Privacy Tab Slider” Registry Keys
So I want to know which keys control the setting for the Privacy tab slider for cookies (in Internet Options).
I have the following official document, which outlines the following:
...
1
vote
2answers
446 views
automating sass compiling in windows
So to put as simple as possible, I would like to incorporate SASS into a site I'm developing (the Internet seems to suggest SASS is the best pre-processor candidate) but I'm the type of developer that ...
0
votes
3answers
144 views
Returning control to cmd.exe after launching an application
The use case is as follows:
Launch firefox
Execute commands in cmd.exe
I need to wrap this in a batch script. But when I launch firefox from the cmd.exe, the cmd.exe has lost the control and the ...
0
votes
0answers
186 views
OPC client cannot access OPC-server on the same machine, but starts new instance
OS:
Win 2008 server, build 6002, Servicepack 2
UAC enabled
Problem:
OPC-server running under System-account. SCADA software has no problems to access it(same machine). However, an OPC test client ...
0
votes
2answers
72 views
Write a windows script
I would like write a script to automate a certain task on windows.
I use a monitor to extend the screen of my laptop but every time I remove the plug and reconnect the monitor I have to go on to ...
0
votes
1answer
123 views
Setting page zoom and text size in IE programmatically
I need to write a small executable which loads IE8 with a specific URL, but also sets the page zoom to default and text size to default (medium).
I can hackishly set the page zoom by sending the ...



