I need help to write a batch dos to execute the below cmd: ping <IP> -n 20 tracert <IP> I need this both to be push into a log. also, can this batch file to be cron running at certain hour? thanks.
Computing.net: Question & Answers Forum Latest Questions
i need to extract some content from following information (source file) * * * * * * * * * * * User information . . . . . : User name . . . . . . . . ...
I’m trying to determine in a directory exist using a batch file in XP. Microsoft basically says use NUL after the pathname The syntax for checking for a directory existance is… if exist c:\windows\nul then goto exists I ...
i.e. name gender “blank line” i cant delete this last line, i try it all, .bat, MS-DOS i need it on it
Sometimes some tasks can be taken a lot of time to end up. This vbscript is created in order to play a random radio music in background while the script is running another task until to finish up and the music ...
Often I have to send emails of various logs and other details to myself and others. Just for this stuff logging on to the system ,collect the data, compose the email, Attach log file.. It take lot of time and ...
Hello, I want to make a batch file that does the: Remove from domain Join to doamin All one script that performs this I tried to make a batch file with the NETDOM but the thing did not work I try this: NETDOM REMOVE /Domain:XXXXXX /user:XXXXXXX ...
Hi, I have a batch file that combines multiple CSV files that have similar file names. How do I add a script to remove the extra header rows? This is what I currently have. It runs with no issues, I want to ...
hello, i am working in a large firm having 2300+ employees currently they are thinking about developing new program for Payroll system where in we all the option as required. 1 firm has quoted to develop pay roll program in ...
Hey, So i am looking to hide an exec windows, but heres the catch, i want to still be able to .stdin to that window so that makes .run out of the question. anyone have any ideas?