I am currently having issues getting Google Chrome to remotely install with the following script: for /F “usebackq delims==” %%I in (“TargetComputers.txt”) do Call :begin %%I goto :EOF :begin set comp=%1 :get info robocopy \\<server>\Scripts\ExesToInstall \\%comp%\c$\1Temp /XF DNI_*.* /r:0 /w:0 psexec \\%comp% ...
Computing.net: Question & Answers Forum Latest Questions
Hello, couple of months ago, a very helpful person by the name of Razor2.3 helped me with a batch that when executed, it will look into each folder of my shows, and from those shows randomly choose a video and ...
Hi, hopefully somone on here can help. We are running Windows 2008 Server and XP workstations. We have put desktop restrictions on the users so they cannot mess around with things (this is controlled through Microsoft Management Console. I have ...
Hi folks, I have a situation in which some files that were send over from a application is empty but with file size. As such I could not use filesize to determine if the file is empty. I have tried ...
I have a folder with 100s of CSV files. What I want is a batch file to process each file by looping 1 by 1 and delete any duplicate rows under it. Other than The duplicate lines there are some rows ...
I have the need to create a .bat file that will add a specific text line to a .ini file. The text line should go specifically in one point of the .ini, otherwise it won’t show a Toolbar that’s needed. It should ...
Dear All I have a problem to copy all files *.txt generated every days by systems, so I decided to wrote batch files. My Problem is : How to copy files *.txt as today date modified from subfolders to one folder ...
I need a batch script that runs a specific process if the current weekday is the first weekday of the current month, else run a separate batch script if it’s anything else. Does anyone have something that does this already?
I need to search 10 words in 10 excel files at once. Can anyone give me a macro for doing this? For example i want to search london,doha,delhi in 10-15 files in a folder at once. Is this possible with ...
When I print a specific word doc (using courier font), certain words are greyed out on the print job but not on the word doc itself. Any ideas or solutions? Thanks Also, if i copy and paste to note pad and then ...