Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using pipes in the RunConsole2 function's command
#2
In QM probably no.

In LA
Code:
Copy      Help
using var c = new consoleProcess("cmd");
c.Write("wmic logicaldisk where \"VolumeName='C'\" assoc:value /RESULTCLASS:Win32_DiskPartition | findstr /i \"diskindex\"");
var a = c.Prompt("C:*>", "exit");
print.it(a);


Messages In This Thread
RE: Using pipes in the RunConsole2 function's command - by Gintaras - 08-28-2023, 05:07 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)