KioskeaKioskeaCommentCaMarcheSign up, it's free !
Saturday May 17, 2008 - 8:55:35 am BST

Copy files from cd with .bat file

Search : in
Copy files from cd with .bat file
par celinebios
 Threaded discussions
Statut : Not resolved
Thursday April 3, 2008 12:46:17 PM
Hello,

I need to get a .bat file to copy fonts from a cd to the " C:\windows\fonts" folder on my client's PC. I do not known the config of their computer but i do known that XP is the common operating stystem. Any ideas.
Configuration: Windows XP
Internet Explorer 6.0
Reply to celinebios  Report this message to moderators Go to last message

1


  • This message seems useful, vote!
  • Report this message to moderators
By softwins, on Thursday April 3, 2008 02:43:27 PM Threaded discussions 
Hello

copy X:\fonts\*.ttf C:\windows\fonts

I'm just having a guess at the directories here. The source (the CD drive itself) can be anything ranging from D: till Z:

You can do:

if exist D:\fonts\font0001.ttf copy D:\fonts\*ttf
C:\windows\fonts

if exist E:\fonts\font0001.ttf copy E:\fonts\*.ttf
C:\windows\fonts

if exist F:\fonts\font0001.ttf copy F:\fonts\*.ttf
C:\windows\fonts
Reply to softwins
Currently no message on this subject
Reply
Message title :
Your nick:
Your E-mail :
Message: 
  •  
  •  
Options: Get the answers by mail.
 

Help