Script files containing a series of commands that are executed by the Windows command-line interpreter.

learn more… | top users | synonyms (8)

4
votes
0answers
80 views

Retrive data from COM port using a Batch file

I'm trying to automatically retrieve data from a COM port using a batch file. I'm able to configure the com port and to send the command in other to ask my device for the info. The problem is that ...
3
votes
0answers
115 views

Autorunning program from CD or USB on Win7/8

I work for an IT shop that sees some computers come in with rather nasty viruses. We are working an autorun script that will run a malware killing tool (RKill) when we insert a USB or CD (preferably ...
3
votes
0answers
535 views

Batch file to download data from url

The website link is http://www.nrldc.in/WBS/DrwlSch.aspx?dt=%DATE%&st=DELHI . required a batch code to download the data from the URrl . OR how can I download the data from URL through Batch file ...
3
votes
0answers
619 views

Restrict shortcut keys in IE10 Kiosk mode

I am creating a web page that runs on IE10. I need to create a batch file to launch webstie in kiosk mode. I used the following code in batch file Start "" iexplore.exe -k ...
3
votes
0answers
3k views

How to make portable visual studio 2012? (using external drive and scripts)

So I have a problem that I need visual studio on three different computers, and I can have only a temporary vs12 installation on each of those. What I did: Connected my external drive, and set it's ...
3
votes
0answers
482 views

force android tests to run on different emulators from command line batch file

How can I run my android junit/robotium tests from the command line on every single emulator? I want to make sure my tests run on many android OS versions and many screen resolutions. I'd like to ...
2
votes
0answers
101 views

How to simulate a Fn+?-KeyPress for notebooks? OR how to switch on 3G?

3G module in a notebook. When I restart that notebook, the 3G module is turned off again. I have to turn it on on every restart. So that's why I thought I need a simple software that simulates the ...
2
votes
0answers
144 views

Batch Filename reading for Icons (Desktop.ini)

I need help returning the filename of a file located in a folder. I have read this question asked a few times and the answer seems to be: for /d %F in (*.*) do echo %~nxF Although this seems to ...
2
votes
0answers
223 views

Make netbeans use virtual box guest installation of phpunit

We use netbean's phpunit / unit testing plugins for all our testing. We used to use xampp and point netbeans at our our .bat file from the xampp installation. We recently started using vagrant and ...
2
votes
0answers
66 views

Suggestions for Document Previews in a Web App?

I'm building a medical billing and coding system and one of the specs is to show document previews. I don't need to be able to edit the documents in the preview area, but I do need to show them from ...
2
votes
0answers
86 views

Pattern for batch query crawler operations

I am trying to create an abstraction for a batch query crawler operation. The idea is that a query is executed, a result set is obtained and for each row an operation is performed that either commits ...
2
votes
0answers
229 views

Batch script to convert a Subversion (SVN) symlink text file into NTFS symbolic link

Our Setup: We are using a mix of Windows XP and Windows 7 machines for development, and some unix servers which hold our Subversion (SVN) repository and host our websites. Our websites are stored in ...
2
votes
0answers
264 views

Batch creative image update with ADS Api?

I try to update ads group with batch request. Everything is going fine if not add image_file param but when add it return an error. My ad_specs; Array ( [method] => post [relative_url] => ...
2
votes
0answers
698 views

PreparedStatement getGeneratedKeys() JDBC

i used getGeneratedKeys after inserting in Batchmode. I presume that the order i with the keys are returned is the same as the inserts in my batched insert statments. I want to use the keys as foreign ...
1
vote
0answers
19 views

(caspol -security off) does not work

I am running a batch file which compiles hundreds of DLL's and programs written in C#. Unfortunately, I get error: Web deployment task failed. (Dynamic operations can only be performed in ...

15 30 50 per page