Search found 2 matches

by Bulwark
Thu May 11, 2006 9:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Environment Variables
Replies: 5
Views: 8704

Thanks to all

And sorry for the delay in getting back to you.

I couldn't figger out a workaround so now echo to a file to pass the info to the program.

B...
by Bulwark
Fri May 05, 2006 4:22 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Environment Variables
Replies: 5
Views: 8704

Environment Variables

Win XP Home SP.2 QBasic 4.5 After running the following code why does filenam not appear in the list of Environment Variables please - the path\file do exist. cls shell "if exist c:\windows\system32\eula.txt set filenam=yes" I = 1 do while environ$(I) > "" print environ$(I) I = I...