|
-
August 5th, 2013, 02:43 PM
#1
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
-
August 5th, 2013, 03:06 PM
#2
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.
-
August 5th, 2013, 03:08 PM
#3
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?
-
August 5th, 2013, 03:50 PM
#4
c:\data\reqs
c:\data\ncr
these are the folders that the basic programs use.
-
August 5th, 2013, 03:52 PM
#5
i've tried moving them to c:\uers\terry\data\reqs ... etc ... but same problem
-
August 5th, 2013, 03:53 PM
#6
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.
-
August 5th, 2013, 03:57 PM
#7
seem i can save it to the "my documents" folder but NOT to any other. basic will not understand a path with spaces.
-
August 5th, 2013, 04:10 PM
#8
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.
-
August 5th, 2013, 04:50 PM
#9
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.
-
August 5th, 2013, 05:05 PM
#10
sorry but how does this help? i have a few folders with data files, basic programs and batch files that i need to use.
-
August 5th, 2013, 05:26 PM
#11
I was simply trying to show that:
- 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
- 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).
-
August 5th, 2013, 05:44 PM
#12
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.
-
August 5th, 2013, 05:45 PM
#13
ok. i tried to move and then copy/paste my folder onto the xp mode desktop but nothing copies or moves. any ideas why?
-
August 5th, 2013, 05:46 PM
#14
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.
-
August 5th, 2013, 05:51 PM
#15
 Originally Posted by Midknyte
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
-
Forum Rules
|
|