Search found 5 matches
- Thu Nov 22, 2007 1:33 pm
- Forum: General Discussion
- Topic: Some issues found...
- Replies: 1
- Views: 7545
Some issues found...
First of all, RoboTask is a great application and does what I want even though I'm no programmer ;-)But I found some things pretty strange and want to have them discussed here:- when exporting tasks to a removable media (USB-stick), RoboTask doesn't release the media that it can be removed securely....
- Wed Nov 07, 2007 5:37 pm
- Forum: General Discussion
- Topic: concatenating text files
- Replies: 6
- Views: 14902
concatenating text files
Thanks a lot for this example. I'll try it out tomorrow in the office...When imported it shows an (UNKNOWN) Evaluate in the first line, which is unchecked and not editable. Did I miss s.th.? I'm using the current version 2.6...Thanks for your assistance.Oleg wrote:See this example.
- Sat Nov 03, 2007 7:14 pm
- Forum: General Discussion
- Topic: concatenating text files
- Replies: 6
- Views: 14902
concatenating text files
Page break is a character with code 12. Yes, I know. I currently use a task with SR32 (Search&Replace) to search thru the concatenated text (each new document begins with '\blank\:B' or \blank\:R = \0x20\0x3a\0x42 e.g.)The blank is replaced by \0x1c which inserts a blank page at the very beginn...
- Tue Oct 30, 2007 6:10 pm
- Forum: General Discussion
- Topic: concatenating text files
- Replies: 6
- Views: 14902
concatenating text files
I recently found the correct syntax for the parameters field and
concatenating works now. Remaining issue is to automatically add page
breaks between the files in the target file. Can this be handled in any
way by RoboTask?
concatenating works now. Remaining issue is to automatically add page
breaks between the files in the target file. Can this be handled in any
way by RoboTask?
- Tue Oct 30, 2007 5:26 pm
- Forum: General Discussion
- Topic: concatenating text files
- Replies: 6
- Views: 14902
concatenating text files
We just bought RoboTask for automating some tasks in our legal office. Since I'm not really familiar with the application yet, I want to know how to concatenate simple text files (with an optional page break between each file...). Actually this is done by a batch file including a line 'copy *.txt sa...