ctr_makedlexbanner

Table of Contents

  1. Introduction
  2. How to Use
  3. Sample Execution
  4. Revision History

Introduction

ctr_makedlexbanner32.exe is a tool for generating the binary files that distribute downloadable contextual banners.

How to Use

Commands

% ctr_makedlexbanner32.exe EXBNR_BIN_DIRECTORY [OUTPUT_FILE_NAME]

NOTE: The command won't work unless ctr_makebannerarchive.dll is present.

EXBNR_BIN_DIRECTORY

The EXBNR_BIN_DIRECTORY specification is required.
Specifies the directory where all of the BIN files created by ctr_make_ex_banner32.exe are located.
The valid filenames that can be included within EXBNR_BIN_DIRECTORY_PASS are limited to the following.

COMMON.bin
EUR_EN.bin
EUR_FR.bin
EUR_GE.bin
EUR_IT.bin
EUR_SP.bin
EUR_DU.bin
EUR_PO.bin
EUR_RU.bin
JPN_JP.bin
USA_EN.bin
USA_FR.bin
USA_SP.bin
USA_PO.bin

Any other included files are ignored.

Not all languages need to be included, nor does COMMON.bin need to be included.
The path is a relative path from the current directory. An absolute path can also be specified.

OUTPUT_FILE_NAME

Specifies the output filename. When unspecified, a file with the name dlexbanner.bin is output to current directory.

Sample Execution

Assume that the folder structure is as shown below.

DLExBanner ━┳━ ctr_makedlexbanner32.exe
┃   
┣━ ctr_makebannerarchive.dll

┗━ binfolder ━┳━ COMMON.bin
┣━ JPN_JP.bin
┣━ EUR_DU.bin
┗━ EUR_EN.bin
     

In the ./DLExBanner folder, if we run the command

% ctr_makedlexbanner32.exe binfolder dlexbnr.bin

the execution result will be to output the file, ./DLExBanner/dlexbnr.bin.

Revision History

2011/01/19
Initial version.

CONFIDENTIAL