Intermec CK70 CloneNGo User Guide - Page 25

Example of Copying WallPaper to Clients, SetWallPaper_ARM41.zip

Page 25 highlights

Chapter 1 - About Cloning Example of Copying WallPaper to Clients The following XML will cause the qvga_monster.bmp and SetWallPaper.exe files to be copied to the clients. The SetWallPaper.exe application will be launched with \WallPaper\qvga_monster.bmp as the command line which will set the .bmp as the client's today screen wallpaper. Monster Wallpaper on a Client Computer Note: Changing the wallpaper on the client devices during the cloning process is a good way to keep track of which devices have been cloned. You can download the SetWallPaper.exe application by downloading the .zip file from Google Drive at SetWallPaper_ARM41.zip. CloneNGo User Guide 17

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44

Chapter 1 — About Cloning
CloneNGo User Guide
17
Example of Copying WallPaper to Clients
The following XML will cause the qvga_monster.bmp and
SetWallPaper.exe files to be copied to the clients. The
SetWallPaper.exe application will be launched with
\WallPaper\qvga_monster.bmp as the command line which will set
the .bmp as the client’s today screen wallpaper.
<CloningEx>
<File Source="\SD Card\WallPaper\qvga_monster.bmp"
Dest="\WallPaper\qvga_monster.bmp"
HardwareVersion="*"/>
<File Source="\SD Card\WallPaper\SetWallPaper.exe"
Dest="\WallPaper\SetWallPaper.exe"
CommandLine="\WallPaper\qvga_monster.bmp"
HardwareVersion="*"/>
</CloningEx>
Monster Wallpaper on a Client Computer
Note:
Changing the wallpaper on the client devices during the cloning
process is a good way to keep track of which devices have been cloned.
You can download the SetWallPaper.exe application by downloading
the .zip file from Google Drive at
SetWallPaper_ARM41.zip
.