Windows 10: How can I zip a folder without creating a subfolder inside named the same thing

Discus and support How can I zip a folder without creating a subfolder inside named the same thing in Windows 10 Gaming to solve the problem; I am using a fork of the dolphin emulator, which takes it's code from a zipped python312 folder. When I go into this folder, I get all the files inside... Discussion in 'Windows 10 Gaming' started by 14sirs, Sep 9, 2024.

  1. 14sirs Win User

    How can I zip a folder without creating a subfolder inside named the same thing


    I am using a fork of the dolphin emulator, which takes it's code from a zipped python312 folder. When I go into this folder, I get all the files inside immediately, without having to navigate into a subfolder named the same thing. However, when I zip a folder myself, it creates a folder inside the zipped folder, with the same name, that I then have to go into to access my files inside. Is there any way to make it so that it just zips the folder without creating another one inside it? When I zip a folder, the zipped files end up in the directory: C:\Users\USER\Downloads\dolphin_modded_2\P

    :)
     
    14sirs, Sep 9, 2024
    #1

  2. Windows: zipping a folder is not working every folder inside of it

    I am zipping a folder which includes other folders and files inside. When I right-click the folder and then select Send to > Compressed (zipped) folder, one zip file is created. However, one of the hidden folders inside the top file is not included in the zip.

    Could anyone help me to understand why it does happen?

    The names of hidden folders that weren't included are `.vscode` and `.pio`.
     
    ÖmerGÜZEL1, Sep 9, 2024
    #2
  3. GSquadron Win User
    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, Sep 9, 2024
    #3
  4. LesFerch Win User

    How can I zip a folder without creating a subfolder inside named the same thing

    How to zip multiple folders at once

    Option 1: PowerShell Script

    You can create a zip file or each subfolder to its own zip file with a PowerShell script.

    You can ask ChatGPT to write that script for you. For example, I gave ChatGPT this directive:

    Write a PowerShell script that will create a zip file of each subfolder (not recursive) found within the path provided as a command line argument.

    And it produced this script:

    ZipFolders.ps1

    Paste the code above into NotePad and save it. Suggested file name: ZipFolders.ps1.

    To make the script convenient to use, Alt-drag the script to the desktop to create a shortcut. Then right-click that shortcut, select Properties and then add powershell.exe -ExecutionPolicy ByPass to the beginning of the target field. This is necessary to enable drag and drop. Ensure there is a space between that command and the script path.

    Now you can drag and drop a folder to the shortcut and it will create zip files of all the immediate subfolders.

    Option 2: Third-Party Tools

    Alternatively, you can install a third-party zip tool such as BandiZip. It provides a right-click option to zip folders to their own separate zip files.
     
    LesFerch, Sep 9, 2024
    #4
Thema:

How can I zip a folder without creating a subfolder inside named the same thing

Loading...
  1. How can I zip a folder without creating a subfolder inside named the same thing - Similar Threads - zip folder without

  2. How can I zip a folder without creating a subfolder inside named the same thing

    in Windows 10 Software and Apps
    How can I zip a folder without creating a subfolder inside named the same thing: I am using a fork of the dolphin emulator, which takes it's code from a zipped python312 folder. When I go into this folder, I get all the files inside immediately, without having to navigate into a subfolder named the same thing. However, when I zip a folder myself, it...
  3. Create a folder name "Installer" inside windows folder

    in Windows 10 Software and Apps
    Create a folder name "Installer" inside windows folder: I'm trying to install and old version of iTunes and I need to create a folder named "Installer" inside the windows folder, but my problem is that as soon as I create the folder it dissapears. It's not a hidden folder, it just vanish every time. Is there a way to fix this?...
  4. Creating the same subfolder in multiple folders and moving the contents into that subfolder

    in Windows 10 Gaming
    Creating the same subfolder in multiple folders and moving the contents into that subfolder: HiI don't know how to explain this clearly but I have many project folders let's name them A, B, C, .....etc.Inside each of them are multiple files and subfolders.I want to make a subfolder named "Design" into each project file and move all the contents of the project folder...
  5. Creating the same subfolder in multiple folders and moving the contents into that subfolder

    in Windows 10 Software and Apps
    Creating the same subfolder in multiple folders and moving the contents into that subfolder: HiI don't know how to explain this clearly but I have many project folders let's name them A, B, C, .....etc.Inside each of them are multiple files and subfolders.I want to make a subfolder named "Design" into each project file and move all the contents of the project folder...
  6. How to overwrite Junction folder or create with the same name?

    in Windows 10 Network and Sharing
    How to overwrite Junction folder or create with the same name?: Hi, I want to create a junction folder or overwrite it with the same folder name in OneDrive because it already has 65GB of data, so creating a new one will re-upload all the data which is difficult for me. So I want to continue from the last time it stopped syncing....
  7. 7-Zip can create two folders with exact same name which will stop FileHistory

    in Windows 10 Network and Sharing
    7-Zip can create two folders with exact same name which will stop FileHistory: Hi. If you go to https://gitlab.com/c.v.a/maturaarbeit-KSA/-/tree/master/MA-Vorlage you'll note that there's two folders sharing the same name "Präsentation". I downloaded the whole directory and extracted it using 7-Zip and now there's still two folders with exact same...
  8. Undo Created folder with same name

    in Windows 10 Ask Insider
    Undo Created folder with same name: How do I Undo after I created a folder with same name and the old files are gone? submitted by /u/Sameer5858 [link] [comments] https://www.reddit.com/r/Windows10/comments/j5mtqh/undo_created_folder_with_same_name/
  9. I can't create named subfolder, or folders for email in outlook 10.

    in Windows 10 Network and Sharing
    I can't create named subfolder, or folders for email in outlook 10.: I can't create named subfolders, or folders for email in windows 10 using new samsung notebook laptop, it shows folder named xxxx could not be created. I'm following directions but I'm getting nowhere....
  10. How to copy a folder into same folder without creating copy of folder?

    in Windows 10 Support
    How to copy a folder into same folder without creating copy of folder?: How do I do this in Windows 10? I have a folder of files, and I want to copy the folder and all of its contents onto an external hardisk which already contains a folder of the same name, and also contains some of the files that I am now trying to copy. Prior to Windows 10, a...