Results 1 to 3 of 3

Thread: Invoking thinBasic from Powershell

  1. #1

    Invoking thinBasic from Powershell

    I just successfully ran my first program (Hello World, of course). I did it in thinAir, but I want to know how to invoke the interpreter directly from Powershell, since I will normally be using the SFPLite editor. Forgive me for such a basic question. I'm coming from the Linux world, so everything in Windows is a little foreign to me still.

  2. #2
    Never mind, I figured it out. Believe it or not, chatGPT knew the answer. But I should to add thinBasic to my PATH variable.

    For anyone reading this in the future, in PowerShell you use the Get-Process cmdlet:

    Get-Process "\Path\to\thinBasic.exe" "myfile.tbasic"

    Peace.

  3. #3
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,814
    Rep Power
    10
    Thanks

    I will add info in thinBasic help manual.

    Yes, ChatGPT knows about thinBasic more than me ... ahahahahahah

    https://chat.openai.com/share/ebf5ed...6-415a9565c8a6
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Similar Threads

  1. Invoking ALIAS from a user module
    By Johannes in forum Core module
    Replies: 3
    Last Post: 06-03-2011, 09:55
  2. Invoking One .tbasic Program From Another .tbasic Program
    By gungadout in forum thinBasic General
    Replies: 46
    Last Post: 23-11-2009, 12:01
  3. Next Windows PowerShell will have GUI
    By ErosOlmi in forum Software discussion
    Replies: 1
    Last Post: 07-05-2008, 08:44

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •