UnamSanctam / UnamDownloader

A Free Silent (Hidden) Open Source Downloader (Binder) - Includes Windows Defender Bypass - Build Native - Unam Downloader
MIT License
174 stars 56 forks source link

How to use parameters ? #5

Closed brmediahub closed 3 years ago

brmediahub commented 3 years ago

Hey, How can i execute a file with a parameter

UnamSanctam commented 3 years ago

You would have to add -ArgumentList into the code where it builds the Start-Process here: https://github.com/UnamSanctam/UnamDownloader/blob/49aa98cdc3da88aa2ecfd7e011d82fe2d3630a4c/UnamDownloader/Builder.cs#L132 Like so powershell Start-Process -FilePath '{0}' -ArgumentList 'argument1','argument2','argument3'

brmediahub commented 3 years ago

Perfect and Thank you