Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
c'est plus pour protéger des chutes dobjets, de câbles et autres.Silverstar a dit:Ok donc les électriciens montent sur ce couvercle pour faire de la maintenance sur lAft/Ovh?
Cessna59 a dit:Bonjour, je n'ai pas compris quoi faire de x = ext.run("D:\\FlightSimProg\\nircmd-x64\\NirCmd", "muteappvolume proatcx.exe 1", EXT_HIDE).
[== Indéfini ==]
#include <Sound.au3>
#include <MsgBoxConstants.au3>
HotKeySet("{ESC}", "_Terminate")
if($CmdLine[0] >= 1) Then
;msgbox($MB_OK,"",$CmdLine[1])
local $mask = $CmdLine[1] & "\*.wav"
local $path = $CmdLine[1]
Else
local $mask = "*.wav"
local $path = ".\"
EndIf
while 1
;msgbox($MB_OK,"",$mask)
local $hSearch = FileFindFirstFile($mask)
if $hSearch <> -1 Then
local $sFileName = $path & "\" & FileFindNextFile($hSearch)
;msgbox($MB_OK,"",$sFileName)
local $snewname = StringReplace($sFileName,".wav",".sound")
local $aSound = _SoundOpen($sFileName)
_SoundPlay($aSound,1)
_SoundClose($aSound)
filemove($sFileName,$snewname,$FC_OVERWRITE)
EndIf
FileClose($hSearch)
Sleep ( 1000 )
WEnd
Func _Terminate()
Exit
EndFunc ;==>_Terminate
rodaure a dit:hello, le projet avance bien stephanev ,le simmer c est moi ahahah .
j ai hâte de voir la suite