V
V
Vladimir Kivva2013-11-10 15:50:43
Backup
Vladimir Kivva, 2013-11-10 15:50:43

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

4 answer(s)
V
Vladimir Kivva, 2013-11-11
@zionkv

Solved with xStarter

V
VoidVolker, 2013-11-10
@VoidVolker

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
)#

You can also filter files with regular expressions.

I
Ingtar, 2013-11-10
@Ingtar

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

I
Ilya Evseev, 2013-11-11
@IlyaEvseev

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 question

Ask a Question

731 491 924 answers to any question