CeLogFlush Command-Line Overrides (Windows Embedded CE 6.0)

1/5/2010

You can use command-line parameters to override the CeLog registry values and program defaults.

The following table shows command-line parameters to control CeLog behavior.

Command-line parameter Registry argument overridden Example

-buf size

BufferSize

-buf 0x100000

-flags hexflags

FileFlags

-flags 0x00000001

-filesize hex size

FileSize

-filesize 0x00020000

-n filename

FileName

-n \Release\celog.clg

-pri priority

ThreadPriority

-pri 248

-time timeout

FlushTimeout

-time 10000

-trans transport

Transport

-trans LocalFile

-ui <0 or 1>

UseUI

-ui 1

-z hexzones

ZoneCE

-z 0x000043E3

You may find it useful to make a shortcut file that launches CeLogFlush using your selected command-line options. For example, you can make a file named FLUSH.lnk with these contents:

37#\Windows\celogflush.exe -n \celog.clg

Then you can launch CeLogFlush.exe with your desired settings by clicking on flush.lnk.

For more information about creating a .lnk shortcut, see Creating a Shortcut File.

See Also

Reference

CeLogFlush Registry Settings

Other Resources

CeLogFlush.exe