Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove a folder
Message
From
28/11/2023 12:48:45
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Windows
Category:
Computing in general
Title:
Miscellaneous
Thread ID:
01687329
Message ID:
01687331
Views:
31
>Hi,
>
>A customer copied all files of my app from one computer to another. Now on the new computer, the folder structure is as follows:
>
>c:\appname\appname\data
>
>Is it possible for me to remove the first folder 'appname' so that the appname with all files and subfolders would be in the root? I know that I can XCOPY but it is a long process since the second appname has many folders and many files.
>TIA

It's on the same disk, so a rename to new path will do it (from fox):

rename "c:\appname\appname\data\*.*" to "c:\appname\data\*.*"

Just make sure that the target folders exist.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform