This is a forum dedicated to discuss suggestions about the functionality of any software product as well as the study of new interesting ideas to develop
-
U.Wilhelm
- Sales & Support

- Posts: 1189
- Joined: Fri 10. Sep 2010, 19:34
Post
by U.Wilhelm » Fri 30. Sep 2016, 12:04
If you have many Trace files (for exapmple btr or trc files from our Hard & Software Tools) and need to convert them with our PEAK Converter, you could use a simple batch file to save work.
Simply run the command line option to convert more than one file in a batch.
Here a sample how to convert all Sessions of *.btr files in the current directory to the PCAN Trace Format 2.0 format. Target is a user definded directory:
Code: Select all
@echo on
For %%i In ("*.btr") do PEAK-Converter.exe %%i /TF:PCAN /TC:1.3 /TD="C:\Users\Admin\Desktop\TEST Converter"
More Info could be found in the Help File of the converter.
--------------------------------
PEAK-System Technik
Technical Support Team
support@peak-system.com
-------------------------------
-
snieves77
- Posts: 5
- Joined: Thu 11. May 2017, 22:02
Post
by snieves77 » Thu 14. Sep 2017, 00:08
The help files that get downloaded with the converter are blank. I'm trying to batch convert files but I want it to maintain the filename. Can you point me in the right direction?
Thanks!
-
Attachments
-

- Blank help file
- Peak Help.PNG (11.4 KiB) Viewed 3432 times
-
K.Wagner
- Software Development

- Posts: 767
- Joined: Wed 22. Sep 2010, 13:36
Post
by K.Wagner » Thu 14. Sep 2017, 08:45
Dear,
your file seems to be blocked by Windows Security. This is normal when downloading *.CHM files from the internet. Just open the properties of the help file "PEAK-Converter_en-US.chm" (e.g. by right clicking on the file, and selecting "Properties"), and
unlock the file. According to your Windows version, you will see
an "Unlock button",

- Unlock using a button
- Button.png (11.31 KiB) Viewed 3430 times
or an "Unlock check box"

- Unlock using a checkbox
- CheckBox.png (8.86 KiB) Viewed 3430 times
Best regards,
Keneth