Windows 10: How do I make an automation that replaces a file in a certain folder with another file...

Discus and support How do I make an automation that replaces a file in a certain folder with another file... in Windows 10 Gaming to solve the problem; I want to be able to quickly change a set of cursor png files in an application's file folder with custom ones that I have created. Right now every... Discussion in 'Windows 10 Gaming' started by Wyatt Short., Jul 25, 2024.

  1. How do I make an automation that replaces a file in a certain folder with another file...


    I want to be able to quickly change a set of cursor png files in an application's file folder with custom ones that I have created. Right now every time this application receives an update, it resets the cursor files back to default, but I want to easily switch them back, without manually doing so, using some kind of automation or install file.

    :)
     
    Wyatt Short., Jul 25, 2024
    #1
  2. dark2099 Win User

    Generating a .txt based file list in Windows 7

    I want to be able to generate a .txt file that lists all the files and folders in a specific folder on my PC, but don't know the name of any programs that do that. Searched on google a bit and came up with this guide, but it's for XP and I can't seem to find some of the folder options to modify the .bat file. Any suggestions? Thanks

    http://www.theeldergeek.com/file_list_generator.htm

    EDIT: The .bat file will do what I want if it is in the folder I want to do it in, but the option I want to add is having the right click option that it shows.
     
    dark2099, Jul 25, 2024
    #2
  3. temp02 Win User
    Java.nio.file - Copying files

    You can't copy a folder, thats why it generates an exception (you are trying to copy a folder using a copy file function).
    You probably need to list all the files inside that folder and copy one by one
     
    temp02, Jul 25, 2024
    #3
  4. GSquadron Win User

    How do I make an automation that replaces a file in a certain folder with another file...

    Folders with zip files

    I have like 30 or more folders and everyone of them has only one single zip file.
    How can I extract all zip files inside of all folders?
     
    GSquadron, Jul 25, 2024
    #4
Thema:

How do I make an automation that replaces a file in a certain folder with another file...

Loading...
  1. How do I make an automation that replaces a file in a certain folder with another file... - Similar Threads - automation replaces file

  2. How do I make an automation that replaces a file in a certain folder with another file...

    in Windows 10 Software and Apps
    How do I make an automation that replaces a file in a certain folder with another file...: I want to be able to quickly change a set of cursor png files in an application's file folder with custom ones that I have created. Right now every time this application receives an update, it resets the cursor files back to default, but I want to easily switch them back,...
  3. how do I copy an excel file to another file?

    in Windows 10 Gaming
    how do I copy an excel file to another file?: I do not know where to start. https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-copy-an-excel-file-to-another-file/0663cccb-abac-4f32-b881-2b6c1b68dbb0
  4. how do I copy an excel file to another file?

    in Windows 10 Software and Apps
    how do I copy an excel file to another file?: I do not know where to start. https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-copy-an-excel-file-to-another-file/0663cccb-abac-4f32-b881-2b6c1b68dbb0
  5. How do I make my files invisible to another users?

    in Windows 10 Ask Insider
    How do I make my files invisible to another users?: On other users, when they type something in the windows search bar, files on my main user pop up (and they are able to use them and everything). I wish to disable that option. How do I do that? Thanks you for your help submitted by /u/Voliath [link] [comments]...
  6. Target folder of automated file downloads

    in Windows 10 Network and Sharing
    Target folder of automated file downloads: I sometimes get notifications that an app is automatically downloading files. First of all, I know what this Windows 10 feature is and I know how to turn automatic file download and/or the notifications for it on and off. In the notification I also see the file name and the...
  7. Automating search-replace across multiple files?

    in Windows 10 Support
    Automating search-replace across multiple files?: I need to replace a text entry in the header of multiple .wav files. The header text is in 16-bit format, so in the HxD editor each character appears as two bytes: q 113 00 = 61 00 " 34 00 2 50 00 7 55 00 " 34 00 Across dozens of files, I need to change the...
  8. How do you batch rename files by replacing a substring with another?

    in Windows 10 Ask Insider
    How do you batch rename files by replacing a substring with another?: Say I have a directory with file names having "Donald Trump" in the middle, such as "Pigs love Donald Trump wife.pdf". I want to replace "Donald Trump" with "Joe Biden" in all files, to that file should be "Pigs love Joe Biden wife.pdf". I tried ren *"Donald Trump"*.* *"Joe...
  9. How do I replace all files in a folder with a single file

    in Windows 10 Support
    How do I replace all files in a folder with a single file: Hey! I've been needing to do something for a while but I'm really struggling to get it done automatically. This also might sound really confusing because it's quite hard to get it into actual words, it makes sense in my head but its impossible to communicate. Basically, I...
  10. Copy files and *replace* them in another folder using CMD?

    in Windows 10 Support
    Copy files and *replace* them in another folder using CMD?: Hello, I know there a multiple tutorials online about copying files from one place to another using command line. My question is, I want to copy one folder to another folder, only thing is I want the files inside it to be replaced directly, without any prompts asking for...