Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to run a .bat file for copy file and Regsvr32
Message
From
14/09/2007 08:19:39
 
 
To
14/09/2007 08:14:02
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01254306
Message ID:
01254309
Views:
13
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 )
Previous
Reply
Map
View

Click here to load this message in the networking platform