Projects STRLCPY PowerShdll Commits 45ba87f1
🤬
  • Fixed space problem

    Fixed space problem
  • Loading...
  • p3nt4 committed 7 years ago
    45ba87f1
    1 parent 1fe48cd5
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    dll/Common.cs
    skipped 196 lines
    197 197   this.cleanup();
    198 198   };
    199 199   Console.SetCursorPosition(0, Console.CursorTop + 1);
    200  - string script = string.Join("", args);
     200 + string script = string.Join(" ", args);
    201 201   Console.Write(ps.exe(script));
    202 202   ps.close();
    203 203   }
    skipped 114 lines
  • dll/bin/x64/Release/PowerShdll.dll
    Binary file.
  • ■ ■ ■ ■ ■ ■
    dll/bin/x64/Release/PowerShdll.dll.config
     1 +<?xml version="1.0" encoding="utf-8" ?>
     2 +<configuration>
     3 + <startup>
     4 + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
     5 + </startup>
     6 +</configuration>
  • dll/bin/x86/Release/PowerShdll.dll
    Binary file.
  • ■ ■ ■ ■ ■ ■
    dll/bin/x86/Release/PowerShdll.dll.config
     1 +<?xml version="1.0" encoding="utf-8" ?>
     2 +<configuration>
     3 + <startup>
     4 + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
     5 + </startup>
     6 +</configuration>
  • ■ ■ ■ ■
    exe/Common.cs
    skipped 88 lines
    89 89   }
    90 90   else
    91 91   {
    92  - string script = string.Join("", args);
     92 + string script = string.Join(" ", args);
    93 93   Console.Write(ps.exe(script));
    94 94   ps.close();
    95 95   }
    skipped 48 lines
  • ■ ■ ■ ■ ■ ■
    exe/bin/Release/PowerShdll.exe.config
     1 +<?xml version="1.0" encoding="utf-8" ?>
     2 +<configuration>
     3 + <startup>
     4 + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
     5 + </startup>
     6 +</configuration>
  • exe/bin/Release/Powershdll.exe
    Binary file.
Please wait...
Page is in error, reload to recover