Tagged Questions
0
votes
2answers
19 views
Batch start command not opening program
When I enter the following from a command prompt:
start myprog.exe
It opens the program in a command window, but it doesn't start the actual program itself.
Does anyone know what I'm doing wrong ...
0
votes
4answers
70 views
Execute Batch Script From Environment Variable
I've set an system environment variable called find which points to a batch script. I did this so that in Win command prompt i could type %find% and it would execute my script. It works the only ...
0
votes
2answers
30 views
Using Wild card for removing directory in dos
I am working on a application that needs to remove folders from inside a folder. BUT the Folder name will have the same general name minus the end of it. NA_monthlyGP_20130131, The numbers will ...
1
vote
3answers
88 views
Locate and Delete Folder(s) with Command Prompt
At work we handle people every day who wants help regarding signing on to their Online Bank from home. Some times we need the user to delete files and guiding them to do this, can be tiresome and ...
-1
votes
0answers
31 views
How to open Windows command prompt from bat file pre-configured? [migrated]
For my command prompt window on XP I have configured its window size, font, other settings. So when I open it from the Start menu it is opened pre-configured with my settings.
But when I open cmd ...
0
votes
1answer
22 views
Batch File Ending Prematurely
I have a batch file with the following commands (to set up a compiler):
del Yylex.java
jflex scanner.flex
del parser.java
java -jar java-cup-11a.jar parser.cup
However, for some reason, after ...
0
votes
2answers
44 views
Batch: echo some text and read the rest of the line
I've got
echo sometext
set /p s=
but it will output the following:
sometext
*will read this line*
and I want it to be in the same line like this:
sometext *will read the rest of the line*
...
-3
votes
1answer
84 views
How to kill SYSTEM process in windows via batch [closed]
How can I kill a SYSTEM's process via batch command.
I know we can use
TASKKILL /IM notepad.exe
I need to kill notepad which is running by system
in task manager it shows
notepad.exe *32
0
votes
3answers
67 views
Run a java program at startup in windows only after mysql is running?
I have a java program which uses Mysql database(using mysql which comes with Xaamp).
I ve written batch script to start xaamp and run java program.
How can i make sure that my java program is executed ...
0
votes
3answers
488 views
Looking for batch file to insert new lines into text file
I have a batch file that takes the contents of an image upload directory from an admin portal and generates a text file containing an img src attribute for each image.
At this point each of these ...
1
vote
1answer
544 views
Batch script if else command
I'm trying to make a simple batch script to wipe/zero a flash drive and reformat it. It's for others, so i'm attempting to make it relatively safe, by blocking formatting to C:, D:, etc.
I'm looking ...
2
votes
2answers
84 views
Restore default working dir if bat file is terminated abruptly
I have a scenario where during execution of a batch file, it navigates to a different folder (say to "../asdf"); and at the end of execution it will set the current working dir as the same folder from ...
3
votes
4answers
157 views
How do I make a log of all ECHO commands in a BATCH file?
I am trying to use a BATCH file as a choose your own adventure story in which the user can create a character and be called by name and such by the characters in the story. It hit me an hour back that ...
1
vote
1answer
93 views
How to log output of unfinished / non-responding / hanging command in win7?
I want redirect console output of a command.
The thing is the command hangs midway (more or less) and even though it outputs to console the logfile is empty. I have also tried wtee.exe like so: ...
0
votes
3answers
167 views
How to delete first 7 characters of folder name by using batch script?
I did do research but I could not figure out, sorry!
Google can only help me to add characters but not delete characters...
say under the dir E:\Movies\2011\
there are several folders
e.g.
[0603] ...
0
votes
2answers
274 views
Command Prompt making a Username and Password
i have tried this, but it keeps returning an error saying the syntax of the command is incorrect. Here is the code i tried:
@echo off
echo Enter Username and Password to view files
set /p user=Enter ...
0
votes
1answer
27 views
Creating a clone name for a directory in Windows Command Prompt [closed]
is there a way to have an alias name in cmd (command prompt) for a directory.
For example I am working with this directory in cmd:
C:\Users\joe\Documents\Visual Studio 2010\Projects\example>
but ...
0
votes
2answers
317 views
How to return an error code without closing the Command Prompt window?
I am writing a batch file which validates a couple of files. When one of the file isn't valid, I want the batch script to stop and return an error code >0. The code below seem to do the job, but ...
1
vote
1answer
385 views
IP Address in Batch File
I need to figure out how to solely display the IP Address of a computer for my batch file. I don't want the one where it displays IP Address ................."%IP Address%
I need it to say something ...
0
votes
1answer
61 views
Prevent Windows command-interpreter (FOR) from treating list as wildcards?
I am trying to write a batch file that takes a couple of arguments, followed by one or more optional filenames (which may include wildcards) and at some point processes each one of the optional ...
0
votes
4answers
200 views
Batch Command to replace text in file
I know this question is asked many times, but I didn't get the answer for what I am searching.
I want to replace a pattern using windows .bat file.
I know how to replace X with Y.
But I am trying ...
2
votes
2answers
134 views
How to delete dlls after stopping windows service in DOS / win command prompt / windows batch file
::Stop Windows service
sc query MyWinService | find "STOPPED" & if errorlevel 1 net stop MyWinService
::delete the dll
del /q E:\MyWinService\\*
for /d %%x in (E:\MyWinService\\*) do @rd /s ...
0
votes
2answers
249 views
Display VBS variable in command prompt
I would like to know how to display variable values in command prompt.
Following is the vbs code:
For i=0 To 10
// I should display this variable value in command prompt
Next
If I write ...
2
votes
2answers
133 views
windows comp command in batch script: remove prompts
Every time I use the Windows comp command, a message containing:
Compare more files (Y/N) ?
is shown. Can I avoid it by typing N by default?
thanks
0
votes
1answer
86 views
run jar file in command prompt output in .txt
Here are 2 files I use to start/stop my Jar application.
Start.bat: start "app_test" java -jar application-test-1.2.0.jar %*> log.txt
Stop.bat: TASKKILL /FI "WINDOWTITLE eq app_test
When I run my ...
0
votes
1answer
190 views
Opening Chrome From Command Line
I have the following batch file:
@echo off
REM Starts a chrome browser with multiple tabbed sites
C:\Users\UserName\AppData\Local\Google\Chrome\Application\chrome.exe "site1.com" "site2.com"
But ...
3
votes
3answers
153 views
Is it possible to write a Tee in Windows batch or in Java?
I have a Java program that I run in Windows 7 console:
java -classpath classfolder mypackage.MyProgram
This program runs for very long. Time-by-time it writes output to the console using ...
-1
votes
1answer
48 views
command prompt syntax
Can anyone tell me what this command prompt does? I can't find it online.
echo ============================================================ > %name1%\%name2%
0
votes
1answer
67 views
Not getting output from For /F - command promt
I need to extract the service name only(basically display name) . I tried to use the following command but the command prompt is not showing any thing. Am i missing something?
FOR /F "delims= " %A ...
2
votes
1answer
123 views
Batch Rename Subdirectories in Windows
I have a directory with thousands of subdirectories that contain their own subdirectories that need to be renamed. I'm using a Windows 7 machine that I do not have Administrator rights for so I can't ...
1
vote
1answer
105 views
Windows - Start Command and Protocol Handlers
I am trying to establish a web protocol for "sublime" in IE9. I followed the "add a protocol" guidelines here:
http://msdn.microsoft.com/en-us/library/aa767914(v=vs.85).aspx
Now, unfortunately I ...
0
votes
3answers
695 views
Windows batch FOR command tab delimiter
I'm trying to use the Windows batch FOR command.
How do I specify a TAB character as a delimiter? The default is space and tab, but I want tab only.
I've tried this, but it doesn't work:
FOR /F ...
2
votes
1answer
126 views
Multiline Windows shell command with brackets and pipeline
I'm trying to encrypt some form data with OpenSSL on Windows and I'm having a hard time figuring out what's the correct syntax. With the following command, OpenSSL returns a PKCS7 message, but still ...
0
votes
1answer
404 views
win 7 Batch File - NTFS permissions
Im looking for some help on a batch file for managing NTFS permissions through a batch file.
I have created a folder containing several subfolders. The main folder is shared through NET SHARE command ...
1
vote
1answer
261 views
Recursively delete folders and exclude specific ones
I am a long time viewer but this is my first question, so I apologize if I do it wrong.
I need to recursively delete all folders and files on a remote machine, and I want to prevent specific folders ...
0
votes
3answers
367 views
Simple DOS - how to change Date value to an already defined variable's?
At a windows command line, when typing Date we're asked to type a date value.
But what if we need to change the date to a value which is a memorized (and not type it)?
@echo off
set todaysdate=%date%
...
2
votes
2answers
89 views
Prefix file created datetime for multiple files with specific extension in a directory
I want to rename all the sql files in a directory by prefixing them with the date and time the file was created.
I am new to command prompt, came up with below code from what I read but it is not ...
1
vote
1answer
316 views
batch file for copying folders and files into multiple directories as specied times
A batch file for...
Display:
Enter the site name: e.g. web or test (the path should be associated with them i.e. c:/inetpub/test or c:/inetpub/website )
Enter number of copies you want.. e.g. 20 ...
0
votes
1answer
135 views
Is there a way to move down one directory in ms-dos(cmd)?
Is there a way to move down one directory using ms-dos? i.e scripts and batch files. Like i know you can move up one directory using ..\ but i need to move down one directory without knowing the name ...
0
votes
0answers
71 views
Batch Variable not retaining value correctly
I am experimenting with batch for the first time and I am trying to run a loop through certain files in a directory. However when I try to set a variable to the current file it does not work and it ...
2
votes
2answers
77 views
Batch Files, For Loop Not Echoing Line
I have a problem here.
First things first, the code:
Contents of test.bat:
@echo off
cls
for /F "delims=" %%a in ('dir /B /A-D ^| findstr /I ".txt$"') do (
set str=%%a
echo %str% >> list.tmp
...
1
vote
2answers
85 views
MS-DOS to make a batch execution of a command
I have 50 files with this naming convention:
myObject.0001.obj
...
myObject.0050.obj
I need to execute the following DOS command on those 50 files:
ply2vrmesh myObject.0001.obj ...
0
votes
1answer
129 views
Delete a folder which name starts with something in command prompt (batch)
I read and tried some code from
What's the fastest way to delete a large folder in Windows? (rmdir /s /q folder)
Delete Files with Windows Command Prompt
I want to create a batch which ...
2
votes
2answers
112 views
windows batch script to svn delete set of folders
Suppose there are 15 folders committed in svn (each name starting with folder_).
How can I run svn delete on all the folders which were created on or before a specific date?
Thanks in advance.
...
1
vote
1answer
135 views
How to store the output of batch (CALL) command to a variable
I have the batch file which has the command to call second.bat file. It will produce single line of output when it called. I want to store that line into variable.
CALL second.bat
I have tried ...
1
vote
2answers
169 views
Creating interactive window .bat file to copy development file into production folder
Need expert to help me to do simple window .bat file to copy files/folder into different specific folder
ProjectDevFolder
/module1
/module1-1
/module1-2
/module2
...
0
votes
1answer
171 views
Finding the process ID of a process (exclusively) given the process name (not netstat which gives the PIDs of ALL the processes)
I need to perform the following:
Launch firefox
Load a page with some plugin content
Find the processID of plugin process
Attach cdb to the plugin process using the processID
Detect DLLs loaded by ...
0
votes
0answers
34 views
Batch script finding a char and removing it [duplicate]
Possible Duplicate:
Remove Trailing Slash From Batch File Input
I am writing a batch script, where I want to check if a string with is path contains "/" at the end, I have to remove it off. ...
0
votes
1answer
2k views
Windows 7 Command Prompt: How do I execute a batch script from the command line?
I'm using Windows 7, and my problem is running this file from a console (cmd.exe):
W:\software\projects\myproject\build\msvc\build.bat
When I move into the folder containing the file manually and ...
1
vote
2answers
96 views
if you have a perl script ready (in windows), what's the best way to run it from command line 100 times say and collect the data it produces?
I have written a perl script in Windows, which produces a line or two of output.
I'd like to be able to run the script n=100 times over, say, from the command line without doing more coding in the ...
