Results 1 to 4 of 4

Thread: QBasic? environ.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2010
    Posts
    226

    QBasic? environ.

    hi again
    i remember an old way through out QBasic that we could be able speak with other programs using the the enviroment variables if it is used from the batch file we also can do our work clear...
    instance:
    ::run.bat
    Set Date=unknown
    GetDate
    echo %Date%
    :end
    but i have a some problem with old environ method saying that out of memory on windows
    is there a way still alive or not to throw back the environ variable
    but perhaps it is not right place to mention about this older data here can fell back again other rooms

  2. #2
    Frenzied Member
    Join Date
    Nov 2010
    Posts
    1,470

    Re: QBasic? environ.

    the old dos stuff is stil here

    and passing values can also be done by using %1 %2 etc

    when calling a program

    prog %1 %2

    just look at the chortcuts and the filetype dialogus box entries

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2010
    Posts
    226

    Re: QBasic? environ.

    Hi again
    i have a special recipe today that I have extracted from .old ABC libraries
    but with excuse does not working? what could be the answer to change
    the the enviroments indirectly to the constant.
    Then that could be helpful for
    Arranging the batch files as library treat like an array
    The old code is below waiting
    and
    Attached Files Attached Files

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: QBasic? environ.

    Thread moved.

Posting Permissions

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



Click Here to Expand Forum to Full Width