Weekly Qbasic and Qb64 Lesson Topics

General Category => General QB64 Forum => Topic started by: PhilAJ on January 12, 2018, 06:42:18 am



Title: How to close a cmd window
Post by: PhilAJ on January 12, 2018, 06:42:18 am
Hope someone can help me - I have a little QB64 program that loads a website - passing details from the command line. This works fine - BUT - it leaves the command window open.

Anybody know how I can close this automatically once the web page loaded.

My code is; (actual webpage changed)

SHELL "http://www.bbc.co.uk"

I have tried using _HIDE and _SHELLHIDE but don't seem to work.

ANy help appreciated.

Phil