salut j'ai besoin d'ouvrire Access sur mon poste a prtitre d'une page asp en local comment faire?
merci d'avance
desertroseASP
-------------------------------
Réponse au message :
-------------------------------
> Voici un petit exemple en utilise le Scripting
>
> <% > Dim Shl,fso,FichierTxt > Set Shl = Server.CreateObject("wscript.shell") > Shl.run "%comspec% /c ping 127.0.0.1 > c:\testping.txt",0,true > Set Shl = nothing > Set fso = createobject("scripting.filesystemobject") > Set FichierTxt = fso.opentextfile("c:\testping.txt") > Response.write FichierTxt.ReadAll > > Set fso = Nothing > Set FichierTxt = Nothing > %> > > |
>
> Cela fait un ping via le ping du dos, met le résultat dans un fichier txt et ouvre le fichier txt.
> J'ai mis dans un fichier txt pour que tu vois bien que le ping s'éxécute car il execute en fond et on vois pas sinon

>
> A++
>
> Nix

>
>
> -------------------------------
> Réponse au message :
> -------------------------------
>
> je dois lancé une application (exe)à partir d'une page html sur intranet.
> Mon boss va me tuer si je n'y arrive pas
>
> HELP
>
>
> meric d'avance pour votre aide !!
>
> nico
>
HELP>