|
| Script Winboard par Bo*** S*1442 le
[Aller à la fin] |
| Informatique | |
J'ai créé des scripts ( extension .vbs ) sur lesquels il suffit de cliquer pour lancer winboard avec un moteur freeware.Exemple pour crafty :
***************************
option explicit
dim objShell
dim PathWinBoard
dim ParamEngine
PathWinBoard = "...chemin...Winboard.exe"
ParamEngine = " -fcp ""Wcrafty15.exe"" -fd ""...chemin...Crafty"""
set objShell=Wscript.CreateObject("wscript.shell")
objShell.run (PathWinBoard & ParamEngine )
***************************
ça évite de créer des raccourcis sur le bureau pour chaque moteur.
|
|
|