Batch files

  • Thread starter Thread starter Geoff Callaghan
  • Start date Start date
G

Geoff Callaghan

How can I create a batch file in WinCE? I tried the old Windows method, just
creating a .bat file, and it didn't work. Also, is there any way to install
a CAB file without user intervention? I'd like the CAB files to just install
to their default location so that I can automate it.
 
Batch files can be created, if the target OS configuration includes a
console and the command processor. Does the device you are targeting?

Paul T.
 
Thanks for the help, but I don't know what wceload.exe is. I'm just running
CAB files on a winCE machine someone has given me. Can I use those switches
on the cabs when I run them? And what is wceload.exe?
 
A cab file is *not* executable itself. It's like an msi file on the
desktop; it has to be loaded and interpreted by a program. That program is
wceload.exe.

Paul T.
 
Probably not. We thought our vendor could do a decent OS for us, but
apparantly he can't, so I'm going to build it myself. I'll make sure to add
that in there. Thanks!
 
Back
Top