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
Computing.net: Question & Answers Forum Latest Questions
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 ...
I cloned my boot drive to a new hard drive and added additional memory. Now when booting my Window 7 pc I get the message of “Primary Master Hard Disk Error” that is followed with Press F1 to resume. After ...
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 ...
Medal of honor warfighter MSVCP100.dll error. This error shows everytime wherever i start the game. I want this dll file …help me
Hello,. I have trouble shooted this problem extensively and researched it to death and tried all the things below. I sure would appreciate some help. Dvd plays everything EXCEPT store bought DUAL LAYER DVD movies. Plays; burned movies, burned data ...
I’m trying to create batch file to connect to a home network appliance storage (NAS). How do I make it to first ping if NAS is present to “net use: “, if not present echo NAS is unreachable? @echo off ping ...
Laptop screen has moved to the right. I have used little arrows and dragged it as far as it will go to the left but this is not sufficient. I can’t move the screen up or down because the arrows ...
Hello, I’m quite ‘green’ in programming and I need your help. I need a batch file which could find specified text line in .ini file, be able to delete that line and type in the text by your choice. (menu) @echo off
Hi. I have a folder of .pdf files I’d like to rename using a batch file. Each filename consists of three words separated by an underscore: first_second_third.pdf Would like to rename with this result: third_second_first.pdf Am still pretty new at batch file programming and ...