Adam Child Posted April 1, 2017 Posted April 1, 2017 How are you guys ? Today i'm asking about how to run program.exe on the flash disk with out downloading i'm meaning if the program in the sd card how i execute ? Quote
ThoughtfulDev Posted April 1, 2017 Posted April 1, 2017 (edited) First you will need the TwinDuckFirmware flashed on your ducky. (Here are more information, Firmwares are here) - c_duck_v2.1.hex is the TwinDuck Firmware if i'm not mistaken. After this, this cmd line will start file.exe from the root of your sdcard. for /f %a in ('wmic logicaldisk get volumename^,name ^| find "DUCKY"') do start %a\file.exe it just loops through all of your available devices and picks the one which is labeled "DUCKY" (just label your sdcard as DUCKY) and saves the drive leter in %a so if your ducky is mounted for example as H: then %a will be H: . Hope this helps. Edited April 1, 2017 by ThoughtfulDev Firmware link added Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.