QUESTION : I would like to write a batch file to install multiple network printers in our office to a […]
Tag: batch
How to start applications automatically when Windows starts with a time window
Problem : I would like to ask if there is any way of starting applications automatically when windows XP boots […]
how to call a path from .ini file into bat command string?
Problem : I have a .ini file called job1.ini and this .ini contains information which I need to work with […]
How can I make a batch file run onstartup without me having to add it?
QUESTION : There was a bit of confusion before when I asked this, but I need this batch file to […]
robocopy cannot find the path specified
Problem : I wrote a small BATCH-File to sync my PC and Notebook folders for university. REM set tdate=%date: =% […]
How to print password protected excel files with batch script?
QUESTION : I have several folders with password protected excel files (one excel file per folder). On the 16th of […]
Windows Batch: Set Machine Specific Variable in Shortcut to Chrome URL
Problem : I have created a shortcut to Chrome on Windows 7. I have modified the target line in the […]
How to rename a given 123.txt file in many subdirectories to add the folder name to that file [closed]
Problem : Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this […]
Multiplication result in batch is a negative value?
QUESTION : I am running this batch program, @echo off cls set /a answer=2*1073741824 echo %answer% pause>nul Output am getting, […]
Batch-changing camera filenames to verbose filenames, one folder at a time
QUESTION : This is a question about Window PowerShell running on a desktop PC with Windows Home 64-bit. I am […]