Thread
:
How to rename a folder
View Single Post
#
4
08-16-2006, 02:04 PM
kinook
Administrator
Join Date: 03-06-2001
Location: Colorado
Posts: 6,049
As mentioned, you can use a Run Program action with a command of
%DOSCMD% rename "c:\path\olddir" "newdir"
or
%DOSCMD% move "c:\path\olddir" "c:\path\newdir"
kinook
View Public Profile
Visit kinook's homepage!
Find all posts by kinook