Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Using CHAIN.COM in XP 2004-06-03 -- Francis Vleeracker > Has anyone ever gotten CHAIN to work under XP?
Yes,with no problems at all.
There are other problems :
Environment() doesn't work
You will certainly need to clean most of the environment variable (Set xxx=)
otherwise there will be not enough memory.
This kind :
@ECHO OFF
@CLS
SET ALLUSERSPROFILE=
SET APPDATA=
SET CLIENTNAME=
SET CommonProgramFiles=
SET COMPUTERNAME=
SET HOMEDRIVE=
SET HOMEPATH=
SET LOGONSERVER=
SET NUMBER_OF_PROCESSORS=
SET OS=
SET PATHEXT=
SET PROCESSOR_ARCHITECTURE=
SET PROCESSOR_IDENTIFIER=
SET PROCESSOR_LEVEL=
SET PROCESSOR_REVISION=
SET ProgramFiles=
SET SESSIONNAME=
REM SET SystemDrive=
REM SET SystemRoot=
SET TEMP=
SET TMP=
SET USERDOMAIN=
SET USERNAME=
SET USERPROFILE=
SET windir=
chain mymenu
Today is November 21, 2024, 6:50 am This article has been viewed 35215 times.
|
|