Zeitliches Starten durch Aufgabenplanung

If you need help on how to use the program
Post Reply
oetz
Posts: 2
Joined: 2016-05-02 09:28:41

Zeitliches Starten durch Aufgabenplanung

Post by oetz »

Hallo,
ich möchte jeden Abend durch die Windows Aufgabenplanung das Mobile Programm starten und alle Dateien in einem Ordner umbennen, bzw. einige Zeichen durch ein "_" ersetzen.
Dazu haben ich folgende .cmd Datei geschrieben:
C:\Users\twe\Downloads\antrenamer2.12.0_Portable\Renamer.exe -b C:\Users\twe\Desktop\RenameTest\aml_rename_pdf.arb -afr C:\Users\twe\Desktop\RenameTest\*.* -g -x
Wenn ich nun aber die Batch öffne, bekomme ich eine Feldermeldung:
Nichts zu tun: Bitte Datei und Bearbeitung auswählen.
Daraufhin habe ich die .arb Datei geöffnet und siehe da:
<?xml version="1.0" encoding="UTF-8"?>
<AntRenamer Version="2.12.0" Date="02.05.2016">
<Batch/>
</AntRenamer>
Sie ist quasi leer. Eigentlich habe ich unter:
Bearbeiten -> Mehrere Zeichen aust. einige Zeichen angegeben und dann rechts oben auf die Diskette (Stapel speichern als) in diese .arb Datei reingespeichert. Werden solche Sachen nicht mitgespeichert?

Jemand ne Ahnung wie ich das realisieren kann?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Hi,
Sorry but I only speak French & English (and a little Dutch, but not German, so Google Translated helped me here).
The problem seems to be the .arb file which is empty (no action in it).
When creating the .arb file, you have to actually add actions to a job before saving the job.
A few icons on the left of the icon you used to save the job (.arb file) there are "add" and "remove" icons (Aufgabe hinzufügen, and the next one) that allow to add and remove actions from the job list at the bottom of the window, which is what is saved in the .arb file (not the current action).
oetz
Posts: 2
Joined: 2016-05-02 09:28:41

Post by oetz »

It works!
Thank you.
Post Reply