window 7 with xp mode
Page 1 of 11 123 ... LastLast
Results 1 to 15 of 151

Thread: window 7 with xp mode

  1. #1
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958

    window 7 with xp mode

    good afternoon midknyte and train

    installed 7 this morning on my old work pc with xp.

    only 3 missing drivers after the intall: ethernet, one printer (i'll get a new driver later) and scanner (expected).

    went to dell's site and dl their ethernet driver. installed with no problem. connected to internet, to other computers on the network and to the NAS attached.

    intalled xp mode and virtual pc. set up xp mode for use. so far, so good.

    installed qbasic. this is for 2 legacy systems and the reason for xp mode here.

    basic run fine .... EXCEPT the folders it writes to are "read only" and i can't seem to change that. i go to properties and UNCHECK the "read only" box. only to have it checked the next time i open properties.

    is there someplace else i need to go to make this folder read AND write?

    thanks in advance

  2. #2
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    also, i just installed the "mising" printer driver from hp.

    this is the printer that qbasic uses as output. it's connected by a parrallel port.

    the driver software insisted it be connected by USB.

    i remember somewhere in xp that i could assign a priniter to LPT1, 2, etc. does this exisst in 7 and if so where?

    thanks.

  3. #3
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,810
    basic run fine .... EXCEPT the folders it writes to are "read only" and i can't seem to change that. i go to properties and UNCHECK the "read only" box. only to have it checked the next time i open properties.
    What folders are you talking about? Can you choose another folder?

  4. #4
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    c:\data\reqs
    c:\data\ncr

    these are the folders that the basic programs use.

  5. #5
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    i've tried moving them to c:\uers\terry\data\reqs ... etc ... but same problem

  6. #6
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    in fact, i cant change the basic programs to use this new path. i can't save the .bas files.

    i get the "acces denied" message on save.

  7. #7
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    seem i can save it to the "my documents" folder but NOT to any other. basic will not understand a path with spaces.

  8. #8
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    so what i essentially need is a folder with a path conisting of names less than 8 character with no spaces that has read & write permissions. simple.

  9. #9
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    For example, place a copy of qbasic.exe on XP Mode's Desktop. Double-click it to start it. Press [Esc] to get rid of the splash screen. Type in:

    print "Hello"

    Press [Alt][F] then [A], type in:

    hello.bas

    as the filename and press [Enter]. You should now have a qbasic file named "hello.bas" on your (XP Mode) Desktop.

  10. #10
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    sorry but how does this help? i have a few folders with data files, basic programs and batch files that i need to use.

  11. #11
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    I was simply trying to show that:

    1. QBASIC is able to save a file to a drive:\path with a space in it:

      Code:
      C:\Documents and Settings\XPMUser\Desktop\hello.bas
    2. and do it without any "access denied" errors.

    (Keep in mind that the last version of QBasic, version 1.1, was released with MS-DOS 6.x(!) Microsoft quit shipping it after the 9x series of Windows. IOW, it's ancient).

  12. #12
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,810
    c:\data\reqs
    c:\data\ncr
    This is in the XP mode VM, right? Are you sure they are read-only?
    In Classic theme, folders have a gray check in the Read-only box. This is normal. They are not actually Read-only.
    In Luna theme, it's a green box. Again, not actually Read-only.
    For more info: http://support.microsoft.com/kb/326549

    Sorry, I'm not a qbasic guru. The last time I touched that was over 15 years ago.

  13. #13
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    ok. i tried to move and then copy/paste my folder onto the xp mode desktop but nothing copies or moves. any ideas why?

  14. #14
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    actually, i seem to be able to run the basic batch files in 7. but with those write errors.

    i'm taking doc's advice and trying to move them all into the xp mode window but can't figure out how.

  15. #15
    Join Date
    Jun 2000
    Location
    Chicago USA
    Posts
    958
    Quote Originally Posted by Midknyte View Post
    This is in the XP mode VM, right? Are you sure they are read-only?
    In Classic theme, folders have a gray check in the Read-only box. This is normal. They are not actually Read-only.
    In Luna theme, it's a green box. Again, not actually Read-only.
    For more info: http://support.microsoft.com/kb/326549

    Sorry, I'm not a qbasic guru. The last time I touched that was over 15 years ago.
    yes, the read-only check box is solid colored. this seems not to be a qbasic problem but a folder/file permissions problem. i can get the programs to load and launch but they program fails the minute it tries to open a file for write.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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