cut & paste file from dir1 to dir2

User avatar
sal21
PlatinumLounger
Posts: 4355
Joined: 26 Apr 2010, 17:36

cut & paste file from dir1 to dir2

Post by sal21 »

how to cut a file from dir1 and paste in dir2?

User avatar
HansV
Administrator
Posts: 78473
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: cut & paste file from dir1 to dir2

Post by HansV »

You can use

Code: Select all

Name "C:\dir1\filename" As "C:\dir2\filename"
Best wishes,
Hans

User avatar
sal21
PlatinumLounger
Posts: 4355
Joined: 26 Apr 2010, 17:36

Re: cut & paste file from dir1 to dir2

Post by sal21 »

HansV wrote:
29 Dec 2022, 10:17
You can use

Code: Select all

Name "C:\dir1\filename" As "C:\dir2\filename"
WORK FINE!
Tks