Page 1 of 1

Need Script: Move up dir and delete

Posted: 18 Apr 2015 18:03
by johnyc
Hi I'm looking to make this script, is this possible and could any kind soul make it for me if it's easy??

Script is called Move up dir and delete?

It selects all files and folders in current directory, moves them up one level. Then deletes the dir those came from.

I usually use these key commands ctrl+a, (user defined for move up) ctrl+|, alt+ left arrow, del.

Thanks for any help it'd save a lot of time!

Re: Need Script: Move up dir and delete

Posted: 18 Apr 2015 19:25
by highend

Code: Select all

    setting "BackgroundFileOps", 0;
    $folder = "<curpath>";
    #250;
    #1056;
    #523;
    delete 1, 0, $folder;
But please, this is not a request thread^^

Re: Need Script: Move up dir and delete

Posted: 18 Apr 2015 20:54
by johnyc
wow amazing thanks for that. Made my day!

Is there a requests section?

Re: Need Script: Move up dir and delete

Posted: 18 Apr 2015 20:58
by highend
Not a specific one, all questions regarding scripting should go to either / or

Board index » Discussion » Tips & Tricks, Questions & Answers
Board index » Discussion » Script Exchange

This thread is specifically for gathering all existing / new scripts to make the life of users easier when they are looking for a specific one.

Re: Need Script: Move up dir and delete

Posted: 19 Apr 2015 10:01
by admin

Re: Need Script: Move up dir and delete

Posted: 06 Jul 2015 23:06
by edyyus
Small script i make to use my self, i not finised this script if have bug,

try if helping

This crippt,
-You chose folder to copy or move duplicate(clean files without duplicate)
- Move or copy file to chose folder by filter from list name or extentions
- And other

ctb Button
load "RemoveDuplicateFile.xys";



Ps: Link update, Sorry, I miss Uplod #AllInputBase.xys

Re: Need Script: Move up dir and delete

Posted: 07 Jul 2015 11:56
by highend
if have bug
And the bug is?

Re: Need Script: Move up dir and delete

Posted: 15 Jul 2015 16:18
by edyyus
highend wrote:
if have bug
And the bug is?

Sorry for my big mistake, I miss Uploaqd #AllInputBase.xys
Link update, hope no have more bug again