Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Move files up 1 folder level

  • 22-03-2010 5:47pm
    #1
    Registered Users, Registered Users 2 Posts: 152 ✭✭


    Here's my problem. I have a list of maybe 30 or 40 folders. Each of them have 1 other folder inside them i.e. when you open one of the folders you will have to open another folder after that to see the files you want. But I want to move the files all up a level.

    e.g. I have file \folder1\folder2\myfile but I want it to be \folder1\myfile.

    I know I can just cut and paste the file up one level but when I have a lot of folders to go through, I'm wondering is there a quicker way to do this in bulk?

    Cheers.


Comments

  • Registered Users, Registered Users 2 Posts: 1,772 ✭✭✭woolymammoth


    honestly, you'd be longer figuring out a way to do it automatically, than you would be doing it manually! :pac:

    but i'd probably still try to do it automatically myself! :D


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,591 Mod ✭✭✭✭Capt'n Midnight


    to copy files in ONE folder to a higher one
    move *.* ..

    you would need to write a script but be careful as it could keep copying files till all are in one folder

    if you want all files in one folder - do a find / search, select all and drag / drop to the one folder


    use dir /b /ad > up.bat to get a list of folders and then edit it to look like


    move \folder1\folder2\ ..


Advertisement