I know everyone has seen at least once, a count down timer. Counting down the days, hours, minutes, seconds, etc till a specific date. Possible in batch???
Computing.net: Question & Answers Forum Latest Questions
I found many references but all say to “Hold alt and press 7” but I don’t have a number pad on my laptop and the numbers up top don’t work. Please help.
Is this batch file evil? or is it stupid? i know nothing about them and im wondering why my mate wants me to run it so badly. the code is: @echo off copy %0 “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup” start “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\copy.bat” copy %0 “C:\Program ...
Hi all, I seem to be missing something when I attempt to “convert” a VBS script to WMIC in batch. Here’s the properly executing VBS: dtmThisDay = Day(Date) dtmThisMonth = Month(Date) dtmThisYear = Year(Date) strBackupName = dtmThisYear & "." & dtmThisMonth _ ...
Hi! I’m trying to create an automated way (Batch file or VBScript) for outside users to our agency to quickly create a VPN connection to our network. I haven’t found much searching google, but maybe I overlooked something? I haven’t started ...
Hey guys, Im having isp problems with lost packets, and I need a batch file to exec tracert once per hour or so all day and create a log of its findings. Can someone help me? thanks nub
Part of the maintenance we do at my work involves rebuilding user’s profiles and in windows 7 the registry key for the old profile needs to be deleted before the new profile will work correctly. The problem I’m running into is ...
now i want to remove two instances of line “This is me” and retain just one line. please suggest how should i do it using .bat file Thanks Rahul
I’m currently using a script made by someone else from this forum (thank you whoever you are) and am in need of help. I’m using the script to point psshutdown to shutdown multiple computers by using the ip address that ...
I have xyz.ico file and folder named “Myfolder” on my usb drive. How i can change windows default “Myfolder” icon with my xyz.ico using batch script?