Projects STRLCPY PowerShdll Commits 1e09dac1
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 3 lines
    4 4   
    5 5  ## dll mode:
    6 6   
    7  -`
     7 +```
    8 8  Usage:
    9 9  rundll32 PowerShdll,main <script>
    10 10  rundll32 PowerShdll,main -f <path> Run the script passed as argument
    11 11  rundll32 PowerShdll,main -w Start an interactive console in a new window
    12 12  rundll32 PowerShdll,main -i Start an interactive console in this console
    13  -`
     13 +```
    14 14   
    15 15  ## exe mode
    16 16   
    17  -`
     17 +```
    18 18  Usage:
    19 19  PowerShdll.exe <script>
    20 20  PowerShdll.exe -f <path> Run the script passed as argument
    21 21  PowerShdll.exe -i Start an interactive console in this console
    22  -`
     22 +```
    23 23   
    24 24  ## Known Issues
    25 25   
    skipped 3 lines
Please wait...
Page is in error, reload to recover