Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
batch
- Page 1
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
1 Month Ago
by elary
It is a nice project.Is there any notification function?
Batch help
Hardware and Software
Microsoft Windows
15 Years Ago
by camthalion95
Thought this would be the best place for this. I need a
batch
file to print whats on the screen. maybe i could write it to a file and print the file, but i can't remember how to write a specific section to a file. PLEASE HELP
batch file
Programming
Computer Science
15 Years Ago
by JessieJ
…I would be so thankful... This is the requirements: A
batch
file that... • It will backup all contents of a …. • You may have noticed from Internet research that some
batch
files use the @echo off command. Do not use this… command in this
batch
file. MY ANSWER: REM stuff here......... xcopy C:\myFiles C…
Batch File Question
Hardware and Software
Microsoft Windows
18 Years Ago
by MrsGorilla
…an old version and then it creates a
batch
file that deletes the old FE, copies the…for their user name and password. When the
batch
file is running, it is trying to re…My question is this: can I change the
batch
file to open using the shortcut instead of the… application shell? My
batch
file skills are not so good and so…
Re: batch file
Programming
Computer Science
15 Years Ago
by Fest3er
… google search for "ms command
batch
howto" yielded [url=http://www.computerhope.com/
batch
.htm]ComputerHope.com[/url] which is… adequate reference to that which is possible in MS command
batch
files. Pay particular attention to the 'id' command; it is…
Re: batch file
Programming
Computer Science
14 Years Ago
by Fest3er
… google search for "ms command
batch
howto" yielded [url=http://www.computerhope.com/
batch
.htm]ComputerHope.com[/url] which is… adequate reference to that which is possible in MS command
batch
files. Pay particular attention to the 'id' command; it is…
Batch file to open a file and run the file
Programming
Software Development
14 Years Ago
by arunmag
Hi friends, I just wrote a small
batch
file that open an application. When it opens that it … open. Now I want to give the path in the
batch
file such that it opens that specified file and again…;Run. Now I want a simple
batch
file to automate this process. I want a
batch
file that is written in DOS…
Batch File to Delete Specific Directories
Hardware and Software
Microsoft Windows
14 Years Ago
by Rk_Raj
Hi friends, Please guide me how to create a
batch
file to fit this scenario, "I have a Folder … every time depending on the Computer. I have to use
batch
file both in Windows XP and Windows 7. I am…
batch file help!
Programming
Computer Science
14 Years Ago
by gian10890
good day sir., I'm having trouble in creating
batch
file for my work... ok, here's the scenario: i …want to create a
batch
file to COPY a FOLDER to the storage, wherein the… FOLDER consists of text files. i successfully created a
batch
file where i copied txt.files in the storage. but…
Batch file query
Hardware and Software
Microsoft Windows
14 Years Ago
by arunmag
I want to create a
batch
file that opens an executable(.exe) file . Actually when we … to make this process automated i want to create a
batch
file to automate the process. Can anyone help me in… writing the
batch
file to this procss? Here i will give you a…
Re: Batch scripting
Programming
Software Development
15 Years Ago
by sknake
I would listen to rch1231. There is also another utility called rsync you can get for Windows which has extensive copy/backup options. This [B]may[/B] be possible to do in a
batch
script but you will need to run down those guys who used to make
batch
files for as400 mainframes because nobody knows DOS
batch
scripts that well anymore :P
batch file help - extraction
Hardware and Software
Microsoft Windows
20 Years Ago
by marceta
Hello everyone. I would like to make a
batch
file that extracts the contents of MANY .zip files (<… tool that i currently need. Can someone please post the
batch
code that will do this. many thanks in advance.
Re: Batch file that takes arguments
Programming
Software Development
20 Years Ago
by Ral
When passing an argument into a
batch
file use %1, %2, %3 and so on inside the
batch
file. So your Z:>SAD1.BAT 3 5 7 8 %1 inside the
batch
file would translate to your number 3 and so forth. Hope this makes sense.
batch to recursively par2 directories
Hardware and Software
Microsoft Windows
17 Years Ago
by benpollinger
Hello all, I am trying to create a
batch
file to recurse through a tree and create par2 files … within the current directory if not given one. So the
batch
should run in each subdir without being passed a filename…
batch file to delete files based on the criteria
Programming
Software Development
16 Years Ago
by Duvva
Hi can anyone helpme out in writing a
batch
file to delete archived log files. The
batch
file should delete the files in those folders that meet the criteria(files older than 3 months)and if all the files in the folder are deleted then the folder itself should be deleted.
Batch Insert Lines to an INI file problem : BLANK LINES?
Programming
Software Development
16 Years Ago
by BigDork
…'m having trouble with this one... Here is the applicable
batch
code: [code]@echo off > %AppData%\PROGRAM\NEW.INI setLocal… that make sense? Any idea how I can make this
batch
copy the blank lines to the NEW.INI file? [I…
Batch File tutorial
Community Center
Meta DaniWeb
16 Years Ago
by Merlin33069
Would there be a place to submit a
batch
file tutorial in the Daniweb Site I would like to write a tutorial and submit it to Daniweb for
Batch
files Teaching people to automate tasks and to give back to Daniweb...
Batch File for Computer Setup
Hardware and Software
Microsoft Windows
15 Years Ago
by Takafoo
… in the wrong section. I'm trying to create a
batch
file to run on a PC for setup purposes. It… to help with how to set a Workgroup from a
batch
file? [code] @ECHO OFF set /p ip3=Please enter your…
batch script to delete directories containing some strings in name
Programming
Software Development
15 Years Ago
by Hhorizon
Hi ! I'm pretty new to the whole
batch
-scripting thing and need some help. I need a script …" in their directory-name. Can this be done via
batch
? Example : i need to delete all the directories that have…
Batch scripting
Programming
Software Development
15 Years Ago
by milanese
Hi, I am very new when it comes to
batch
files and I need to copy some files from a … on a windows 2003 server. I have writeen a simple
batch
file which looks like this: [code]@echo off SET Day…
Batch file
Hardware and Software
Microsoft Windows
14 Years Ago
by Mah1
Hello All, I have created a
batch
file on a Windows XP PC, pings over 10 servers … all is fine. I am new to writing code creating
batch
file and would be thankfull if anyone in the forum…
Re: Batch File to Delete Specific Directories
Hardware and Software
Microsoft Windows
14 Years Ago
by VulcanDesign
… below showing a program that simply deletes a directory. [CODE=
batch
] @echo off rmdir /s /q "PATH_TO_YOUR_DIRECTORY_HERE" [/CODE…
Batch file to parse a text file
Hardware and Software
Microsoft Windows
14 Years Ago
by Duki
Hey all, I'm trying to write a
batch
file to parse a text file I have. Here's … echo "T2 = AnotherFileToProcess [/code] Is this possible with a
batch
file? Is there another native XP language that would be…
Batch Script in order to find the full path name
Programming
Software Development
14 Years Ago
by f.damati
… the setup file. So I am trying to write a
batch
script in order to find the full path of this… file. The
batch
file will be in the same directory as the setup…
Re: Batch file query
Hardware and Software
Microsoft Windows
14 Years Ago
by mjdodd
I think this is a programming question! and perhaps should be in that forum. However there are certainly two ways 1. Would be to use DOS yes the old fashioned commands and put them in the
batch
file. 2: Use a programming language such as Visual basic or Visual C++ and write a short piece of code to do the job for you; M
Re: Batch file query
Hardware and Software
Microsoft Windows
14 Years Ago
by arunmag
Thank you for your quick reply. Actually I want to use some Linux commands like echo which are actually used in writing
batch
file.
batch file help
Programming
Software Development
13 Years Ago
by moone009
… a very simple task for anyone good at
batch
scripting. Basically I need a
batch
script that will run through a directory…
Batch Program:Read record from database
Programming
Software Development
13 Years Ago
by red_ruewei
…, Sorry if I post duplicate thread. I'm using windows
batch
program and still very beginner. I'm having a problem… name whether exist or not on table. here is my
batch
program [CODE] @echo off SET VAR=%1 cd temp cd…
Batch file prank
Community Center
Geeks' Lounge
13 Years Ago
by flagstar
… trick people or to do some useful command like shutdown
batch
files and stuff for example below [quote] %windir%\system32\shutdown… link to .bat files, just the full content of the
batch
files
Batch File Question
Hardware and Software
Microsoft Windows
13 Years Ago
by DAS-03590
I am creating a
batch
file to add printers to users in our domain and … hitting a slight snag in the lines. Here is the
batch
file for one of our user profiles: ------------------------------------------------------------------------- rundll32 printui.dll…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC