I am using filewatcher to transfer files that can have a filename consisting of one single word, to a few words.
The one-word files are transferred leaving exit code 0. The 'multi-word' filenames have exit code 2.
Where can I find the meaning of this code?
Where can I find the meaning of the exit codes?
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
-
- Posts: 2
- Joined: Mon May 21, 2012 5:36 pm
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Where can I find the meaning of the exit codes?
What program are you using to 'transfer' the files? FTP? CMD.exe's Copy command? You''ll need to lookup the appropriate tool's help file.
-
- Posts: 2
- Joined: Mon May 21, 2012 5:36 pm
Re: Where can I find the meaning of the exit codes?
I use a cmd.exe script to call an FTP transfer.
Does the exit code come from cmd or filewatcher?
Patrick.
Does the exit code come from cmd or filewatcher?
Patrick.
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Where can I find the meaning of the exit codes?
Always from CMD.exe - not FW!