処理したファイルを新しいフォルダーに移動する必要があり、移動するファイルにサフィックスとしてタイム スタンプを追加する必要があります。1 日に同じファイルを複数回受信する場合があります。私はバッチスクリプトの初心者です。
例:
Source Folder:
C:\SourceFiles
a.xml,
b.xml,
c.xml
When I copy/move the files to the destination folder, this is how they need to look as below
Destination Folder:
C: \DestinationFiles
a_08082013_10_16.xml,
b_08082013_10_16.xml,
c_08082013_10_16.xml
どんな助けでも大歓迎です。