Regularly, at work, I will be given a big list of IPs and different ports to check. In cases where I just need to show they’re reachable, I will make a batch file with multiple lines like ping 192.168.1.1 ping ...
Computing.net: Question & Answers Forum Latest Questions
Hello, I’m trying to write a code which would allow me to write 2 random numbers and then show the larger number when clicked on a button called “Display Largest”, below you can see my code which I have written. ...
Hello all, I tried to search everywhere but failed to get answer. I would like to read a text file using FOR loop in batch script, but it ignores BLANK LINES. I would like to count/read all lines including BLANK ...
I have my folder at this path: c:\ Test and i would like to determine if my forder c:\Test\Receive is empty and if it is FALSE I would like to move the files of Receive folder in c:\ Test Please help. Thanks
Hi all, I have a goto problem, and an If Problem. I edited the batch, So It wont be open source. Please help. BATCH: @echo off cd XXX If XXX Exist ( goto Uinstall ) mkdir XXX cd XXX ECHO ...
Hi All, I have a script that deletes files in folder that are older than 1 year. FORFILES /P D:Doc\ /M *.txt /D -366 /C “cmd /c del @path” It works good, except when it does not find any files older than ...
When I click on this Vbscript “InitiateStartScreen.vbs” it changes desktop to Start Screen. Set WshShell = WScript.CreateObject(“WScript.Shell”) WshShell.SendKeys “^{ESCAPE}” But I can’t get a batch file to execute it. Any help appreciated. I should add I want the batch file to terminate and the ...
Hello, I want to show IP addres, Host name,Ping from default gateway ( Reply or Request ) – on desktop on background. how i can do it whit Batch file. TNK Amir
Hi there mates, I need some help with VB Script. I’m trying to deploy an application (.exe file) to over 100 users via GPO because I don’t have the .msi package. The setup program located on \\share\fileserver So, I need a ...
Hello gurus, I am facing the below issue. I have some files in directory Dir_1 , and I need to copy them in another directory Dir_2. Well, here I go. I thought this would have done the job, but it isn’t. What ...