|
|
|
|
|
|
| Copy files from cd with .bat file par celinebios |
Thursday April 3, 2008 12:46:17 PM |
Configuration: Windows XP Internet Explorer 6.0
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 |