Computing.Net > Forums > Windows Me > WinMe ain't bettr 'n 98 !!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

WinMe ain't bettr 'n 98 !!

Reply to Message Icon

Name: - Uziel -
Date: October 11, 2002 at 09:08:37 Pacific
OS: WinMe 4.90.3000 (DOS=enab
CPU/Ram: AMD 950 mhz / 768 sdram (
Comment:

Hi, why does ATTRIB not work in WinMe ??
[from a command prompt or batch-script].
It DO works then I boot to DOS but not if
WinMe is running. I thought WinMe should
be better 'n Win98, so how come it NOT ?

PS: I used some patch to enable DOS support,
(Makes it possible to use Autoexec.bat +more).

But ATTRIB & some others don't work correct:
I always get this weird error-message:

Sharing violation reading drive C
Abort, Retry, Fail?

Does anyone know how to fix this in WinMe ??
(I think it's something in the Registry maybe?)

Thanx in advance! :-)



Sponsored Link
Ads by Google

Response Number 1
Name: john
Date: October 11, 2002 at 09:17:45 Pacific
Reply:

Whats it supposed to do and do you have to boot into dos to use it? Also what's the exact command to use? I wanna try it. Thanks, John..


0

Response Number 2
Name: John
Date: October 11, 2002 at 09:29:33 Pacific
Reply:

I looked it up on google, I see what it does. Sorry I couldn't answer your question.


0

Response Number 3
Name: Jason F
Date: October 11, 2002 at 12:32:50 Pacific
Reply:

The reason attrib doesn't work is because ME does away with real-mode DOS, INCLDUING the use of attribute editing commands such as attrib. To change file attributes in ME, just right click the file --> properties, then uncheck the appropriate boxes (system, archive, read-only, hidden).

Jason


0

Response Number 4
Name: ShutMeUpOrDown:)
Date: October 11, 2002 at 16:44:47 Pacific
Reply:

Its hard to find solutions to problems experienced after applying an unsupported patch. If you require access to real mode DOS you should install windows 98SE.


0

Response Number 5
Name: Sue
Date: October 11, 2002 at 19:09:53 Pacific
Reply:

Yes it is


0

Related Posts

See More



Response Number 6
Name: - Uziel -
Date: October 11, 2002 at 22:12:48 Pacific
Reply:

Right, ....so no one knows how to enable and
make DOS functioning properly in WinME ??
This here below is the patch I used, and it helped a lot:
" Real DOS-Mode Patch for WinME v.1.3 " (downl.)

--- Hello John ---
I recommend U to click below links (& save it to Favours)
if U ever again need syntaxes & info for /about DOS com-
mands like "attrib", "xcopy32", "choice" & other commands:
" Vernon Frazee MS-DOS v6.22 Help Command Reference "
" MS-Dos7 Commands " (or this: U may downl. to use off-line!)
Thought it would be easier for U to have a "syntax"-Guide, than doing a
Google search every time U need iNFO about a certain DOS command :-)

--- to Sue: "What is it"? - do You mean Win98[SE] is the solution?
(I'm stupid, so U better explain!). --- Jason: tell Me someth. NEW!
____________________________________________________
_____ Thanx for all responses :-) __ regard's _ - Uziel -


0

Response Number 7
Name: Gladis
Date: October 11, 2002 at 23:12:46 Pacific
Reply:

Make sure you are setting your Path= statement to
c:\windows\command in any batch file you create.

When you installed the "DOS Patch" you have
killed your ability to get into Safe Mode if anything
is wrong. Just FYI...


0

Response Number 8
Name: ShutMeUpOrDown:)
Date: October 11, 2002 at 23:34:17 Pacific
Reply:

Its like trying to run me on ntfs. Whats the point? If you require ntfs install an nt OS.


0

Response Number 9
Name: Sue
Date: October 12, 2002 at 03:20:29 Pacific
Reply:

I just think Me is better than w98, like above if you want dos go back to w98, thats the best way.


0

Response Number 10
Name: Steve
Date: October 12, 2002 at 05:21:46 Pacific
Reply:

Odd, attrib works fine for me, using Windows ME.


0

Response Number 11
Name: - Uziel -
Date: October 12, 2002 at 13:42:45 Pacific
Reply:

Hello Gladis, Win SAFE MODE works exellent on My PC...

ABOUT setting: "Path= statement": I know about it, but that
doesn't make any differences on the commands that ain't working!
(like ATTRIB, that won't work "whatsoever" "PATH" is set or not).

Below are tiny & modifyed (cause linewrapp, & then posting here:
emty spaces gets deleted!) parts of Autoexec.bat & /or Config.sys
(directed to from menu-choices):

: SafeMode
cls
echo.
echo.
echo.
ECHO !!! ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ !!!
ECHO -i- the Computer is now Starting in "Safe Mode" -i-
ECHO !!! ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ !!!
echo.
C:\WINDOWS\WIN.COM /D:M

GoTo End2

Using ATTRIB in /from the Menu in Autoexec (& Config) DO work:

: Editor
If exist "C:\MSDOS.SYS" ATTRIB -R -A -S -H "C:\MSDOS.SYS"
If exist "C:\CONFIG.SYS" ATTRIB -R -A -S -H "C:\CONFIG.SYS"
If exist "C:\AUTOEXEC.BAT" ATTRIB -R -A -S -H "C:\AUTOEXEC.BAT"
SET DIRCMD=/og /a /p
C:\WINDOWS\COMMAND\EDIT.COM
If exist "C:\MSDOS.SYS" ATTRIB +R +A +S +H "C:\MSDOS.SYS"
If exist "C:\CONFIG.SYS" ATTRIB +R +A +S +H "C:\CONFIG.SYS"
If exist "C:\AUTOEXEC.BAT" ATTRIB +R +A +S +H "C:\AUTOEXEC.BAT"
cls
echo.
echo.
echo.
ECHO ? -- Push "R" to Restart or "M" for the Main Menu -- ?
echo.
@ CHOICE /C:RM /N
If errorlevel 2 GoTo MainNoTi
If errorlevel 1 GoTo Reboot

But using ATTRIB then /after WinME is loaded = PROBLEM !!
_________________________________________________________
-- ABOUT THE INTERESSTING REPLY FROM STEVE -- :
My questions: Is that true, -even for scripts after WinME is loaded
and running?? and have You done anything particular to enable the
DOS-support?? I mean do U use Autoexec.bat and Config.sys ??


0

Response Number 12
Name:
Date: October 14, 2002 at 13:26:18 Pacific
Reply:

- Uziel -

xxAs stated previously by someone else ATTRIB all work for me.(myself) Either before loading or after loading of OS.

OS
WinME

Anyone heard from RM :)

P.S. Use the Environment(Tab) in MSCONFIG not patches. Just an idea :)


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Me Forum Home


Sponsored links

Ads by Google


Results for: WinMe ain't bettr 'n 98 !!

Help! i ain't gettin' no sound www.computing.net/answers/windows-me/help-i-aint-gettin-no-sound/33772.html

Something ain't right www.computing.net/answers/windows-me/something-aint-right/42244.html

WinMe don't let turn TV-mode on VirgeGX2 www.computing.net/answers/windows-me/winme-dont-let-turn-tvmode-on-virgegx2/6139.html