Author Topic: How to get a value such as %SystemRoot% into QB64  (Read 1750 times)

0 Members and 1 Guest are viewing this topic.

Offline hanness

  • Forum Regular
  • Posts: 210
    • View Profile
How to get a value such as %SystemRoot% into QB64
« on: April 12, 2020, 02:50:11 am »
Let's say that I want to set a variable within QB64 to a value such as Windows %SystemRoot%. Is my only option for doing that to run a shell command, redirect the output to a file, then parse the file for that information, or is there a more elegant way of doing this?

Offline luke

  • Administrator
  • Seasoned Forum Regular
  • Posts: 324
    • View Profile