Need Script: Move up dir and delete

Discuss and share scripts and script files...
Post Reply
johnyc
Posts: 2
Joined: 18 Apr 2015 17:55

Need Script: Move up dir and delete

Post 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!

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Need Script: Move up dir and delete

Post 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^^
One of my scripts helped you out? Please donate via Paypal

johnyc
Posts: 2
Joined: 18 Apr 2015 17:55

Re: Need Script: Move up dir and delete

Post by johnyc »

wow amazing thanks for that. Made my day!

Is there a requests section?

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Need Script: Move up dir and delete

Post 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.
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66256
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Need Script: Move up dir and delete

Post by admin »


edyyus
Posts: 48
Joined: 16 May 2014 11:14

Re: Need Script: Move up dir and delete

Post 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
To see the attached files, you need to log into the forum.
Last edited by edyyus on 15 Jul 2015 16:16, edited 1 time in total.

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Need Script: Move up dir and delete

Post by highend »

if have bug
And the bug is?
One of my scripts helped you out? Please donate via Paypal

edyyus
Posts: 48
Joined: 16 May 2014 11:14

Re: Need Script: Move up dir and delete

Post 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

Post Reply