Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Files XXX.txt
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00642737
Message ID:
00642753
Vues:
14
Hi, Fernando!

>>
!c:\windows\notepad (anexos.file)
<<

I think the windows command line you use can't deal with the name substitution brackets, try the follwing:
>>
LOCAL lcMacro
* take the file name:
lcMacro = anexos.file
* prevent from errors due to spaces in file names:
lcMacro = ["] + m.lcMacro + ["]
* call the shell
!c:\windows\notepad &lcMacro.
<<
BTW: The location of the Windows directory is not "c:\window" at all machines!
SeBaFlu
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform