Projects STRLCPY PowerShdll Commits 6d149073
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    dll/Common.cs
    skipped 151 lines
    152 152   Console.WriteLine("rundll32 PowerShdll,main -f <path>\t Run the script passed as argument");
    153 153   Console.WriteLine("rundll32 PowerShdll,main -w\t Start an interactive console in a new window");
    154 154   Console.WriteLine("rundll32 PowerShdll,main -i\t Start an interactive console in this console");
    155  - Console.WriteLine("\nIf you do not have an interractive console, use -n to avoid crashes on ouput");
     155 + Console.WriteLine("\nIf you do not have an interractive console, use -n to avoid crashes on output");
    156 156   
    157 157   }
    158 158   public void start(string[] args) {
    skipped 192 lines
Please wait...
Page is in error, reload to recover