Answer the question
In order to leave comments, you need to log in
How to automatically rename and copy files?
Help with the choice of software, I don’t want to delve into scripts yet, it’s too simple a task if there is suitable software
1) There is a directory, you need to rename all the files in it to abc_<date>, or to bcd_<date>, then move them to another directory abc or bcd.
2) It is desirable to launch on the event "mounted drive X:"
3) It is desirable to be able to select a scheme when starting "abc\bcd" in dialog mode
Answer the question
In order to leave comments, you need to log in
For example nnCron , direct link , manual . Under the seven / eight set as an application due to security restrictions for services. The task is something like this:
#( Задача_182210112013
\ NoActive
WatchDrive: "X"
SingleInstance
Action:
QUERY: "Режим abc или bcd?"
IF
FOR-FILES: "X:\path\*"
FILE-MOVE: "%FOUND-FULLPATH%" "Z:\path\abc\abc_%FOUND-FILENAME%_%CUR-DATE DATE>S%"
;FOR-FILES
ELSE
FOR-FILES: "X:\path\*"
FILE-MOVE: "%FOUND-FULLPATH%" "Z:\path\bcd\bcd_%FOUND-FILENAME%_%CUR-DATE DATE>S%"
;FOR-FILES
THEN
)#
How does triggering on an event approach the possibility of choosing in dialog mode? .. The
script in your case will do everything. for example on PowerShell
www.bulkrenameutility.co.uk/Screenshots.php
There is a command line version.
Perhaps Batch Rename in IrfanView can also be run from the CLI.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question