Questions tagged [batch-file]

batch files are simple text files executed in a command to achieve a particular task or a set of tasks

batch files are text files containing commands executed in sequence to achieve a particular task or a set of tasks. They can be very simple, or can contain complex logic.

440 questions
-2
votes
1 answer

Batch file to autorun when computer is inactive

As the title says, I want a batch file to autorun when the computer (mouse, keyboard, etc ...) are stopped (inactive) for at least 3 minutes. Help?
DaMonki
  • 121
  • 6
-2
votes
1 answer

Script to copy down portions of a roaming profile

I'm currently working on migrating users to Windows 7 from XP. We use roaming profiles. Xp creates a folder named "Profile", while Windows creates "Profile.V2". Theses folders are independent of each other and do not synchronize. Users "lose" their…
-3
votes
1 answer

How would I write a batch script that would restart a windows service across multiple servers?

Very new to batch scripts. I know how to stop and start a service, but I'm not certain how I would make the script perform the stop/start across multiple servers.
-3
votes
1 answer

Install .EXE without displaying windows

I want to install an .exe file without displaying windows, by supplying value to parameters ? How can i do from Commands or script not in UI ?
-3
votes
2 answers

How to sync windows server folders with a AIX server using script?

Everyday I would like to sync the files and folders in the windows server with AIX server and vice versa. Does anyone suggest me, How I can write a shell or bat script to achieve this?
BioLounge
  • 115
  • 1
  • 1
  • 6
1 2 3
29
30