I want to call a Winbatch script which will update a spreadsheet with information about the files that were just transferred.
I tried using the POST TRANSFER COMMANDS and entering
! s:\is\scripts\winbatch\scripts\test\test.exe
I do not receive an error, but the command is not being executed.
Am I using the correct format?
Thanks,
Pauline
How do I call a script after completing a transfer?
-
- Posts: 6
- Joined: Fri Nov 19, 2010 4:11 pm
I'm having a similar issue. My ultimate goal is to append a timestamp to every file downloaded...for instance
DO000350 -> DO000350_yyyymmdd_hhmmss.dat
However, I can't use the autorename, at least I do not believe so, because the file I am downloading does NOT have an extension. SO trying to figure out the post transfer command. It appears in the log, but doesn't actually appear to be working.
cmd.exe /c move d:\temp\DO000350 d:\temp\test.dat
Transfer time: 00:00:01
DO000350 -> DO000350_yyyymmdd_hhmmss.dat
However, I can't use the autorename, at least I do not believe so, because the file I am downloading does NOT have an extension. SO trying to figure out the post transfer command. It appears in the log, but doesn't actually appear to be working.
cmd.exe /c move d:\temp\DO000350 d:\temp\test.dat
Transfer time: 00:00:01
-
- Site Admin
- Posts: 1006
- Joined: Mon Mar 24, 2003 4:37 am
-
- Posts: 6
- Joined: Fri Nov 19, 2010 4:11 pm