Logiciel pour macro

Bonjour,

Je cherche un logiciel libre

Pour faire des macro et autres automatisations, sous windows 10

des logiciel, refermer des logiciels, cliquer avec la sourie, copier/coller........

Eventuellement en boucle, avec interaction

Avez-vous testez ?

Merci

Reply to
Sylvain
Loading thread data ...
55bde36e$0$3064$ snipped-for-privacy@news.free.fr...

Ok merci je vais voir

Quant a super macro pour windows, mon antivirus m'indique que c'est un logiciel malveillant

Reply to
Sylvain

| "Pascal-J" : | Power Shell

C:\>powershell /?

PowerShell[.exe] [-PSConsoleFile | -Version ] [-NoLogo] [-NoExit] [-Sta] [-NoProfile] [-NonInteractive] [-InputFormat {Text | XML}] [-OutputFormat {Text | XML}]

[-File ] [-ExecutionPolicy [-Command { - | [-args ]

PowerShell[.exe] -Help | -? | /?

-PSConsoleFile

un fichier console, utilisez Export-Console dans Windows PowerShell.

-Version

-NoLogo

-NoExit

-Sta

-NoProfile N'utilise pas le profil utilisateur.

-Noninteractive

-InputFormat

-OutputFormat Indique comment la sortie de Windows PowerShell est mise en forme. Les

-WindowStyle

Maximized ou Hidden.

-EncodedCommand

-File

-ExecutionPolicy

-Command

commande

utilisez le format : "& {}"

-Help, -?, /? Affiche ce message. Si vous tapez une commande PowerShell.exe dans

trait d'union (-), et non d'une barre oblique (/). Vous pouvez utiliser un trait d'union ou une barre oblique dans Cmd.exe.

EXEMPLES PowerShell -PSConsoleFile SqlSnapIn.Psc1 PowerShell -version 1.0 -NoLogo -InputFormat text -OutputFormat XML PowerShell -Command {Get-EventLog -LogName security} PowerShell -Command "& {Get-EventLog -LogName security}"

$command = 'dir "c:\program files" ' $bytes = [System.Text.Encoding]::Unicode.GetBytes($command) $encodedCommand = [Convert]::ToBase64String($bytes) powershell.exe -encodedCommand $encodedCommand

Reply to
Jean-Christophe

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.