scripting

  1. D

    Windows 10 DHCP client

    Since I found very little on this I am assuming it is not possible. However this linux guy will ask more competent Windows followers for help! I have a linux based OpenVPN tap server providing connections to clients on the local lan. I have created a dhcp script for linux clients that is...
  2. Bungle

    Windows 10 Windows Explorer - Auto create new folder everyday with date as name.

    Hi all. This is my first post here so apologies in advance if it in the wrong thread. I am by no means an it expert hence me asking for help on this. I want to create a new folder everyday to keep a record of curtain work things relating to this particular day. So within a current folder I...
  3. T

    Windows 10 Setting up LAPS - Changing Permission on a CN

    I am currently having an issue with changing permissions on our networks CN=Computers. When setting up LAPS you must run a command on the organizational units that have your workstations in them. Well our network has been setup where our Headquarter's Computers sit within the CN=Computers...
  4. B

    Windows 8.1 How to make Batch Script run a command when it gets a response to ping...

    Ok so i want a batch file that will run in the background and ping a few servers, and then if it gets a response from any of these servers (If it is able to communicate with them), it executes a command. It will be running on a machine that in normal operation has no internet (WAN) access, (For...
  5. W

    Windows 11 about windows batch file on startup

    What commands will get a batch file to stop trying to start a program on windows startup? The following code below is what I had used to execute said program as a batch file: C:\Users\drumm\Desktop>start "" "C:\Program Files\WinRAR\WinRAR.exe" -pc MY-PC -launch
  6. D

    Windows 11 Replace characters in a file name with other characters

    I have a large library of music file names (mp3 files) that I need to change to conform to certain criteria. 1. I need to append the two digits "00" to the beginning of certain filenames that do not have a track number 2. I need to replace the two characters "(a space)-", that may appear...
  7. C

    Windows 10 Script that separates files according to destination folder name

    Greetings, I need a Script that separates files According to destination folder name. Example if in the destination folder there is a folder named Paulo, it searches in the source folder where the files are located to separate files that have the name Paulo. Origin Paulo24567.mp4 Destiny...
  8. L

    Windows 10 Need Help Troubleshooting Script Issues

    Hey, my friend told me post this "script" here because im having difficulties with it so if you want to help you can. In advance thank you.
  9. P

    Windows 10 Compression of Tree Folder directory

    Tree Folder directory I am not a programmer nor I know about programming, so far. The directory tree is as follows: work/documents/Client_01/year 2018/January/PO_0001/ work/documents/Client_01/year 2018/February/PO_0002/ work/documents/Client_01/year 2018/December/PO_0092/...
  10. G

    Windows 10 Renaming video file properties according to file name

    Hi and thanks for looking at my post. I have no experience whatsoever about automating tasks in Windows but I have a huge task at hand currently and so I feel automating it is the only solution. Here is what I am trying to do: I have a huge collection of movie files on my NAS (Z:\Movies). Each...
  11. U

    Windows 10 Robocopy kopiert bei /XD nur das angegebene Hauptverzeichnis

    Hallo Gemeinde! Beim Backup mit Robocopy mit der Befehlszeile net use x: \\backup-pc\d\xxxx /user:admin xxxx robocopy c: x:\c /R:1 /w:1 /Mir /xj /XD "c:\Windows" "c:\$Recycle.bin" wird nur das Hauptverzeichnis "Windows" ausgeschlossen. Die Unterverzeichnisse werden jedoch kopiert. Alle weiteren...
  12. onlinegill

    Windows 10 Random time delay between two batch commands

    Hello, I have a batch script and i would like to put random delay / wait time in minutes to run second command. example : run first command here random wait between 5 to 30 minutes run second command here Thank You
  13. q988988

    Windows 10 Powershell code to copy files into a specific folder

    I am just trying to copy the AVI files from a source folder into the corresponding destination folder based on the folder names. For example, the multiple AVI files under Folder C should be copied into Folder xx based on the name"10Q_2P". I guess the trick here would be the name folders...
  14. jdeblasio49

    Windows 10 Powershell

    Let's script Sent from my SM-A102U using Tapatalk
  15. P

    Windows 7 How to list all shares? How to cmdline remove GRANT for everyone ?

    To create a folder share and grant full permissions to user karl I can write on cmdline: net share "myshare123"="D:\tool" /GRANT:karl,FULL ok, it works. But what about the other way: Is there a way to generate all the full "net share" commands for ALL currently existing folder shares? I...
  16. q988988

    Windows 10 How to copy files into corresponding folders?

    I have a list of csv files that have to be copy into a list of folders with same names. Rather than manually cutting each one into the corresponding folder, is there a trick of doing this in windows?
  17. M

    Windows 10 How to recursively remove all PRG and P00 file extensions? E.g. in batch

    Hello! I need to recursively to remove all extensions PRG and P00 on single partition. I know that recursively can work XCOPY, but renaming is other task. How to create batch to remove all these extensions of files and folders (if exist) recursively? Thank you for each help, suggestion or...
  18. P

    Windows 7 How to execute Powershell command from CommandPrompt? One line!

    I want to execute a PowerShell command from Command Prompt. This should be done by entering ONE command! I DO NOT want to start PowerShell first and then enter the PowerShell command. Instead I want to enter something like powershell.exe -command "......." How does that work in detail on...
  19. M

    Windows 10 Rename numerous jpg files

    So I have a lot of pictures (jpg files) I need to rename. 001.jpg all the way up to 621.jpg. I have different pictures with the same numbers. Is there an easy way just to rename them, like put an I in front? Like I001.jpg all the way up to I621.jpg Appreciate all the help Mike
  20. R

    Windows 10 Help with creating BAT to install AutoWorkplace and Join

    Hi guys, Our company’s environment consists of mostly Win10 machines but we still have some lingering Win7 boxes. Our email is hosted by Office 365 and I’ve recently hopped onto the Azure Active Directory wagon to get our environment more secure. Off the bat I was having troubles adding our...
Back
Top