Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to run a .bat file for copy file and Regsvr32
Message
De
14/09/2007 08:19:39
 
 
À
14/09/2007 08:14:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01254306
Message ID:
01254309
Vues:
11
You must add quotes
MD "C:\Program Files\Common Files\Microsoft Shared\VFP"
COPY ..\VFP9\*.* "C:\Program Files\Common Files\Microsoft Shared\VFP"
COPY ..\WIN\*.* C:\WINDOWS\SYSTEM32
REGSVR32 "C:\Program Files\Common Files\Microsoft Shared\vfp\vfp9r.dll"
>Hi all,
>
>I want to use a .bat file to run copy file and regsvr32 at my oversea client.
>
>==> MODI FILE COPYREG.BAT
>MD C:\Program Files\Common Files\Microsoft Shared\VFP
>COPY ..\VFP9\*.* C:\Program Files\Common Files\Microsoft Shared\VFP
>COPY ..\WIN\*.* C:\WINDOWS\SYSTEM32
>REGSVR32 C:\Program Files\Common Files\Microsoft Shared\vfp\vfp9r.dll
>
>I do this... because i want my client can run VFP9 program,
>Above .bat will got error, bacause there have space inside command.
>Can you tell me. what is the correct ways to write this ( .bat )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform