Examples Home Examples 040524 Using artificial intelligence for the command line An overview of what is possible with the tool. 260823 Add programs to the PATH variable The PATH variable in Windows allows you to run programs from anywhere in the system without having to specify the full path. So if, for example, you want to use curl, you simply type in the terminal: But that only works because Windows knows where the curl.exe is located. To find out where it is […] 250823 External Programs Compress files with 7zip Not like this: This is the correct way: Convert images with ffmpeg Not like this: This is the correct way: 240823 System Information Query the CPU name Not like this: This is the correct way: Retrieve available disk space Not like this: This is the correct way: Display system information Not like this: This is the correct way: