Script windows pour lancer une application
titi42
-
KandDZ -
KandDZ -
Bonjour,
je ne suis pas un expert en script ms je voudrais pouvoir faire un petit script windows pour lancer une application genre pdf creator. si quelqu'un peut m'aider.....
Merci d'avance
je ne suis pas un expert en script ms je voudrais pouvoir faire un petit script windows pour lancer une application genre pdf creator. si quelqu'un peut m'aider.....
Merci d'avance
Configuration: Windows XP Firefox 2.0.0.20
3 réponses
-
tout d'abord bonjour
tout depend en quoi tu veut faire ton script
_ javascript
_ visualbasicscript
_ batch
pour le vbs :
set open_file=CreateObject("WScript.Shell")
open_file.run ("ton application (pa le raccourci et avec l'extesion)")
pour le batch:
@echo off
start c:\(le chemin de ton appli)
exit
voila en esperant t'avoir aider