Description:
Microsoft BASIC newsgroup.
|
|
|
Data recovery project
|
| |
According to Peter Nortons Programmers Guide to the IBM PC, " In DOS versions 1 and 2, the first available cluster is always allocated to the file. Later versions of DOS select clusters by more complicated rules that we won't go into." Well, lets go in to those rules. anybody? Specifically for ms dos 6.... more »
|
|
Drive Letter Change??
|
| |
My WinXPpro won't boot> Error: "Invalid System Drive" Gdisk shows drive 1 as D: (which should be C: for drive 1) How can I change the drive letter on drive 1 back to C: using MSDOS???
|
|
QB64
|
| |
Hi, everybody. I don't know if this was commented here previously, but I found an interesting project that is taking command-line developing into 64-bit. It is not about .NET, but a project called QB64. It is still under development, but version 0.841 is pretty stable. It creates executables for 64-bit command-line Windows environments (like... more »
|
|
batch file does not execute
|
| |
I have a batch file with the following; PATH=%PATH%;"C:\Program Files\7-Zip" CD /D "%userprofile%\desktop" FOR %%X IN (*.zip) DO 7z x -aoa -o"%userprofile%\desktop\" "%%X" when clicking the file, the screen simply flashes and does not execute other batch files are running fine
|
|
|