Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove a folder
Message
De
28/11/2023 12:48:45
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
Information générale
Forum:
Windows
Catégorie:
Informatique en général
Titre:
Divers
Thread ID:
01687329
Message ID:
01687331
Vues:
33
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform