Search:

Type: Posts; User: ErosOlmi; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thanks for confirming it is working. I will...

    Thanks for confirming it is working.
    I will document and better test new functionalities in next thinBasic.
  2. Let's see if I get it Attached File and...

    Let's see if I get it

    Attached File and Console module updated. Download and unzip in \thinBasic\Lib\ directory replacing your current one.
    I've added a new File function (File_Attr) and fixed...
  3. Is your thinBasic script a .tBasic or .tbasicc...

    Is your thinBasic script a .tBasic or .tbasicc extension?

    When using .tbasic extension you are executing thinbasic.exe GUI version (even if you use "Console" module)
    When using .tbasicc extension...
  4. Redirecting into a file? If possible send me e...

    Redirecting into a file?

    If possible send me e little example showing what you are doing to better understand.

    support@thinbasic.com
  5. Try redirect your shell command to NUL ...

    Try redirect your shell command to NUL



    uses "OS"
    uses "console"


    OS_Shell("CMD.EXE /C DIR > NUL")
    WaitKey
Results 1 to 5 of 5