Script files that are executed by the Windows command-line interpreter.

learn more… | top users | synonyms (8)

-1
votes
1answer
15 views

I am not getting the out put file for the below sql batch file

@echo off set sql_exe="C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql.exe" set sql_options=-user root -password amma set sql_db="C:\Documents and Settings\All Users\Application Data\MySQL\MySQL ...
0
votes
1answer
11 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 ...
-2
votes
0answers
54 views

Executing of batch file

I want to execute one command using batch file but non of below code is working where Please tell me where I am going wrong, Following are codes for executing batch file, First trial:- ...
-3
votes
0answers
29 views

How to create a batch file with a mysql query and generate the result in a report file [closed]

I need to create a batch file with a simple mysql query in it, and the query should get executed on running the batch file, and the result should get generated in report file in a specified path. The ...
-1
votes
1answer
11 views

Batch file to check programs

I am working on a batch file that would need to check if an icon exists on the desktop, if not i want it to check the program folder and if there move it to the desktop. If it isnt installed i want it ...
1
vote
3answers
25 views

Understand how batch do when there is a goto command nested into a for loop

A very simple question to understand semantic of a batch running. please look at this piece of code FOR /F %%x IN (file.txt) DO ( if /i "%~1"=="%%x" goto :label if /i "%~1"=="%%xYZ" goto :label ) ...
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.
4
votes
2answers
32 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
24 views

Parsing delimited string from a file

I am trying to parse specific information from text files. I would like to be able to take the following text: &15:44:25.3911456_0089& SIPEngine 0x208c N SIPUDPTransport::process_message() : ...
1
vote
0answers
20 views

CMD/Batch Get Handle to Open App?

I've just made a batch file that launches a new instance of an application (Excel) and then opens a file with this instance. However, I would like to be able to store a config file on each users ...
0
votes
1answer
11 views

Script to change ownership of folders in Plesk vhosts

I'm looking for some help in creating a shell script in Linux to perform a batch ownership change for certain folders in a Plesk environment where the owner:group is apache:apache. I want to change ...
1
vote
0answers
39 views

Batch Script to run a computer test

I am not really a programmer. I am a newbie. Can you guys please help me with a windows batch file that will run a computer test? Detect any hard drives then run a chkdisk on them Detect any usb ...
-1
votes
1answer
13 views

Make a .vbs to list contents of a directory and pass all that as an argument to a program

I'm trying to make a VBScript files to pass arguments to an MD5Checker Tool. And the arguments are the directory and sub-directory listings of a certain directory (e.g. "C:\Stuff"). Arguments passed ...
0
votes
2answers
34 views

Searching for files in directory by DATE using cmd

I want to create a bat file that copies all jpeg image files created on a specific date - eg 2013/05/05. It will go something like this: xcopy g:\DCIM\images\'command for date'*.jpg ...
0
votes
1answer
28 views

Batch script Moving %%var to string variable

I am trying to read the file print.txt which is having file paths example: C:\Documents and Settings\Administrator\My Documents\My Pictures\a1.jpg It getw read successfully, but when I am trying to ...
0
votes
2answers
17 views

batch script, find string in text file by line then replace whole line with another string

I want to write a batch file that find a given string in a text file by line then replace whole that line with another given string. example : has file text.txt string_replace = abc ...
1
vote
1answer
44 views

how to use arrow keys as an input in a batch file

I was curious if there was a way to use the arrow keys on your keyboard to be able to receive input form them and use this information in a batch file? Thanks BurnE
0
votes
1answer
46 views

Batch file logic to delete files based on date in filename

I now have a seemingly innocuous requirement to be put in a .bat file ,I am dealing with Batch code for the first time ...found a page here that deals with something similar but it takes the ...
-3
votes
0answers
31 views

is it possible to have a batch script to diagnose a pc? [closed]

I am trying to get a batch script that will help diagnose a computer or laptop (usb ports, hard drive, etc) then generate a report at the end (results). Is it possible?
-2
votes
0answers
14 views

I am attempting to create a batch script to update multiple web.config files

I am attempting to create a batch script to update multiple web.config files (117) to be exact. There is a value that I would like to add. This would then become our maintenance script to update the ...
3
votes
3answers
81 views

How to compare two files' creation date?

Using batch for XP, how can I compare the creation dates of two files with a function isMoreRecentThan(pathToFile1,pathToFile2) that returns true or false ? The solution should run without admin ...
0
votes
1answer
19 views

Batch file code - runs of CMD but not in .bat file

I'm not very good at it and not familiar with syntax, I googled and I still cannot work out: @echo off for /f "tokens=1-5 delims=/" %d in ("%date%") do set curDate = _%d_%e ...
0
votes
2answers
21 views

run two programs when file found

I need to be able to run a command with a corospoinding file. An example... Eveytime cat.txt shows up in folder, run notpad.exe everytime cat2.txt shows up in folder, run calc.exe Currently the ...
0
votes
2answers
23 views

Batch file: save & load

I have one big problem. This app SHOULD ASK user for his name ONCE. It saves username and then when he run this app again 1st stage should be skipped and variable "name" should has his name from file ...
0
votes
1answer
25 views

Error running PowerShell script with .bat

I'm trying to run a .bat file calling a shell .ps1 file. I've tested my script directly in powershell and there it works. But when I run the .bat, a error occurs saying to me something like [ The ...
0
votes
2answers
15 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 ...
0
votes
3answers
18 views

How to fetch time in a batch file and use time as string

I want to fetch the current time and create a folder with the name of the time. How can i fetch the time into a variable? SET %%DESTINATIONDIRROOT = "I:\directory\" SET %%DESTINATIONDIRSEPERATOR = ...
0
votes
3answers
27 views

Batch rename file with variable

I try to rename a file with a variable myVar that I have set in the for loop below. The problem is that rename is not working. Can anybody tell me why? For /F %%A in ('"type tmpFile2.txt"') do set ...
0
votes
1answer
25 views

A batch file that search for a file, rename file and move it to another directory

@echo OFF for /f "tokens=1-5 delims=/ " %%d in ("%date%") do rename "E2F.csv" E2F0%%g%%f%%e.csv PAUSE POPD I want a batch script that does the following: search for a file called E2F.csv The ...
0
votes
1answer
17 views

Parallel Port Controlling using executable file

How can I control Parallel Port outputs/inputs with Batch files or other Executable File ? Like i say, i want to high pin number 3,4 and 7. Please Any One Give me any idea. Thanks in advance.
2
votes
3answers
27 views

Pipe doesn't work after reg query?

i'm trying to check if there is a java installation on the machine with a batch file,and install java if necessary. However, the pipe doesnt work, and i get the reg query's result on the screen. Here ...
-1
votes
2answers
28 views

Split text file into 2 files by separator [closed]

I am looking for a simple batch script that split my text file into two files. The text file is separated by with ============================================================================ Text ...
0
votes
1answer
26 views

How to create Backup Batch file that copys only modified files & delete the dest files/folders that do not exist in the source?

I want to create a backup Batch file that meets these requirements: Requirement: 1-Only copy the source files if the source file got modified. 2-If the destination contains the files/folders that ...
1
vote
0answers
38 views

Need help sorting [migrated]

Ok, I get a report every day, a passenger manifest. It is just given in the order that they take the reservation, not the actual time for the passenger pick up. Each order contains 4 lines. Line 1, ...
1
vote
4answers
42 views

batch variable nested into a batch variable

Depending on the text after 'X' and before 'Open file' in mypath variable, I want to call a function passing this text as argument in order to replace it by 'foo'. To do it, I have written @echo off ...
1
vote
3answers
85 views

How to get the path of calling batch file in Delphi?

Is there a way in delphi to determine in which folder the batch file is which called the .exe? For example there are 2 folders and a batch file: c:\application\program.exe c:\files\data.dat ...
-1
votes
3answers
40 views

Windows batch - detect console output

I would like to detect a server output running in a windows cmd prompt from another prompt and trigger something else. Is it possible?
0
votes
1answer
29 views

Rewrite files after skipping lines batch file

Need to read files in directory, rewrite them after skipping the first 77 lines, save to new txt file with the old name. Diectory (there are many more files than this): ...
0
votes
1answer
35 views

How can output the standard error stream to the console and a file

Is there a way to have the standard error stream of a command to output to the console and to a file. I know about the "type" command, but this won't work for my needs. Is there another way?
0
votes
1answer
22 views

How to use interopPermission on batch job script execution

I'm trying to run a powershell script through batch job, I used the following code that works fine in a job : System.Diagnostics.Process process; System.Diagnostics.ProcessStartInfo startInfo; ; ...
0
votes
1answer
24 views

how can I use the output from find to create a variable? [duplicate]

I want to use win32 shell and try to get a variable to receive input from the find function, so set var = cscript [Location] | find /c "test" then I want to use an if statement to see if the value ...
0
votes
3answers
17 views

How to overwrite a text file from a batch file

I am aware you can append to the end of a file with batch like so... echo I like turtles >> file.txt but I would like to overwrite the file instead. How could this be done?
1
vote
2answers
19 views

Load two sites on startup in IE9

I am using IE9 and I'm trying to load two web pages on startup. Originally it was loading one but now I need to see 2 different pages, preferably tabs but not necessary, whatever is easier. Here is ...
1
vote
1answer
11 views

Language issue accessing desktop with batch?

Im trying to access the desktop with a batch file thats reletivly easy (see following code) c:\%userprofile%\desktop Okay but I dont live in an english speaking country so the code is as follows ...
0
votes
3answers
31 views

sed syntax for replace with reserved characters

I'm having trouble figuring out the correct syntax to search through a text file and insert a new line after the search is found. I want to add define('FS_METHOD', 'ftpext'); After ...
0
votes
1answer
11 views

How to copy files. iterating whitespace directories - batch

Hello i want to create a batch file that copies the files from the current directory to another. for /F "usebackq" %%b IN (`DIR /B /S ""`) DO @( XCOPY %%b %1 ) So Far so good. MY problem are ...
0
votes
1answer
17 views

VB.NET run BATCH from current directory

I have a windows batch file which I want to execute using vb.net however the batch as well as the VB.net exe that will execute it are run from the cd rom which means tat i want my vb.net to run the ...
0
votes
0answers
17 views

How can I create a batch file to build specific projects in the solution?

I currently have the following batch file which can build the entire solution: "C:\Path\To\IDE\devenv.exe" /build debug "C:\Path\To\Solution\MySln.sln" How can I modify this to build a specific ...
0
votes
1answer
32 views

Run rails application without using rails console or run rails application directly from Batch file

I am working on Ruby on Rails application. For some reason I want to start my application from a batch file. Using the bat file I successfully run rails server and rails console. But I can't send the ...
1
vote
1answer
35 views

DOS Batch file - Copy file based on filename into default folder

I would like to use a batch file to put them into default folder, but the account name is in the middle of the folder. Have any script I can use in dos command prompt? 888123_AAAA_20130313.pdf ...

1 2 3 4 5 198