copy/rename file

sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

copy/rename file

Post by sourceuno »

How can I copy and rename a file in Vortex?
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

copy/rename file

Post by John »

You can use the <sysutil> functions, which include copy and rename.
John Turnbull
Thunderstone Software
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

copy/rename file

Post by sourceuno »

How can I use sysutil to move a group of files using wildcards? I tried the following, but it didn't work:

<sysutil mv "file*.*" "c:\test">
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

copy/rename file

Post by Kai »

User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

copy/rename file

Post by mark »

Use <stat> to obtain the list of files and mv each individually in the loop.