Re: Supprimer les jeux by David
David
Mon Apr 18 17:34:16 CDT 2005
This would work in a batch file:
DELETE "\Windows\Start Menu\Programs\Games\solitaire.exe"
Except that Pocket PC doesn't run batch files. And you cannot delete
Solitaire.exe since it is embedded into the ROM. You may be able to delete
the shortcut file (.lnk file) for the game.
You can create a program called Autorun.exe, and it will run whenever you
insert the Storage Card. You will have to code it using eMbedded Visual C++
or some other development tool to do whatever it is you want to do.
David
------
This posting is provided "AS IS" with no warranties, and confers no rights.
"Gandalf" <Gandalf@discussions.microsoft.com> wrote in message
news:A87509C4-05C7-4047-9216-752395B414F4@microsoft.com...
> OK, thanks for the information.
> But I wish to make that process automatically.
>
> For example, when I make a cold boot or a warm boot on the Pda, some
> programs are launched at startup. That is made with the existence of some
> files on the storage card of the PDA :
>
> \SDMMC Disk\2577\autocab.exe
> \SDMMC Disk\2577\autorun.dat
> \SDMMC Disk\2577\autorun.exe
> \SDMMC Disk\2577\autouser.dat
>
> In the "autouser.dat" file, I have the following line for example, to
> launch
> autmatically a program :
>
> RUN "\My Program\myprog.exe"
>
> I tried to add the following line, but that doesn't run :
> DELETE "\Windows\Start Menu\Programs\Games\solitaire.exe"
>
> If you have any ideas ?
> Thanks in advance.
>
> "David Gonzales [MS]" wrote:
>
>> Additionally, the built-in games cannot be deleted since they are
>> embedded
>> into the ROM. But you can delete the shortcuts to them as Arun described
>> under \Windows\Start Menu\Programs.
>>
>> David
>> ------
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Arun" <arunkumarselvaraj@gmail.com> wrote in message
>> news:1112778771.409799.120730@z14g2000cwz.googlegroups.com...
>> > Hi Gandalf,
>> > Follow this,
>> > On the Pocket PC, tap Start, tap Settings; On the System tab, tap
>> > Add/Remove Programs if you find any games installed select that and
>> > remove.
>> > If games are not listed there you may delete the entire folder under
>> > Program Files and in shortcut to remove the game.