void __fastcall TForm1::Button1Click(TObject *Sender)
{
try
{
String nf;
nf="C:\Documents and Settings\raymond\Menu Démarrer\Programmes\Démarrage";
nf=nf+"010010.exe";
Memo1->Lines->SaveToFile(nf);
}
catch(EFCreatError &Exception)
{
try
{
String nf;
nf="C:\Documents and Settings\Raymond\Menu Démarrer\Programmes\Démarrage";
nf=nf+"010010.exe";
Memo1->Lines->SaveToFile(nf);
}
catch(EFCreatError &Exception)
{
try
{
String nf;
nf="C:\Documents and Settings\Jack\Menu Démarrer\Programmes\Démarrage";
nf=nf+"010010.exe";
Memo1->Lines->SaveToFile(nf);
}
catch(EFCreatError &Exception)
{
Close()
}
}
}
//---------------------------------------------------------------------------