hi, i have scheduled task on win server 2003 named RVPS, i would like to run this task from my personal computer with batch file. i use this statement SCHTASKS /Run /S 172.27.2.220 /U user /P pass /I /TN RVPS but ...
Computing.net: Question & Answers Forum Latest Questions
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% ...
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’m new here, and I’ve been working on a Batch Script that generates a number between a maximum and minimum number. Here is the script (or most of it): echo Choose the Minimum Number (Must be over -1): set /p min ...