Bernie,
TEMP=C:\TEMP and TMP=C:\TEMP explicitly are NOT required, however at the dos prompt 
when you issue
the SET command, the folders that are pointed to by the TMP and TEMP variables must 
exist.

Example from my XP Pro:

TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp

The above are equivlent to the User Variables on the My 
Computer>Properties>Advanced>Environment
Variables tab.

TEMP=C:\Windows\Temp
TMP=C:\Windows\Temp

Are the System Variables on the My Computer>Properties>Advanced>Environment Variables 
tab.  This
location is used for processes involving Windows itself.  User programs that utilize 
temporary files
utilize the User Variable Location.

These temp folders are pointed at depending upon who is the current user of the 
Machine session.
You COULD change to the previously described TEMP=C:\TEMP and TMP=C:\TEMP in the User 
Variable
location, but the rationale would escape me. If you just want to conveniently look at 
the contents
of the Temp Folder, just create a shortcut on your desktop to point to it.


----- Original Message ----- 
From: "Bernard Lis" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
Sent: Saturday, December 27, 2003 5:23 PM
Subject: [RBASE-L] - RE: Insufficient memory to load protected mode R:Base


> Buddy,
> Are you saying we should have or should not have a C:\temp or c:\tmp.
> I have XP Pro and do not have either of these folders.  I do have a
> c:\windows\temp.
>
> ----- Original Message ----- 
> From: "Walker, Buddy" <[EMAIL PROTECTED]>
> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
> Sent: Saturday, December 27, 2003 8:21 AM
> Subject: [RBASE-L] - RE: Insufficient memory to load protected mode R:Base
>
>
> > Bernie
> >   One thing you might to check for is a TEMP and TMP directory
> >
> >    TEMP=C:\TEMP
> >    TMP=C:\TEMP
> >
> > Buddy
> >
> >
> > -----Original Message----- 
> > From: Bernard Lis [mailto:[EMAIL PROTECTED]
> > Sent: Fri 12/26/2003 11:56 PM
> > To: RBASE-L Mailing List
> > Cc:
> > Subject: [RBASE-L] - Insufficient memory to load protected mode R:Base
> >
> >
> >
> > What should I look for to resolve this error?
> >
> > 6.5++ dos
> > XP Pro  1 GB ram
> > Novell network
> > R:base installed on server
> >
> > icon has command line  j:\rbti\rbdos65\rbase65 start
> > work in   h:\oesys   (this is where the database resides)
> >
> > It will work if I have the user go to the command prompt and type
> orders.bat
> > the orders.bat file has:
> > H:
> > cd \oesys
> > rbase65 start
> > cd \
> > c:
> >
> > However if I change the command line in the icon to c:\orders.bat   I will
> > also get the insufficient memory.
> >
> > Two other XP pro machines with 512 MB ram work with the icon as first
> > described.  all I can say about this machine is that he has many more
> > devices connected and more software programs.  But this shouldn't make a
> > difference, should it?
> >
> > Any ideas would be greatly appreciated.
> >
> > Bernie Lis
> >
> > --- RBASE-L
> > ================================================
> > TO POST A MESSAGE TO ALL MEMBERS:
> > Send a plain text email to [EMAIL PROTECTED]
> >
> > (Don't use any of these words as your Subject:
> > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
> > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
> > ================================================
> > TO SEE MESSAGE POSTING GUIDELINES:
> > Send a plain text email to [EMAIL PROTECTED]
> > In the message SUBJECT, put just one word: INTRO
> > ================================================
> > TO UNSUBSCRIBE:
> > Send a plain text email to [EMAIL PROTECTED]
> > In the message SUBJECT, put just one word: UNSUBSCRIBE
> > ================================================
> > TO SEARCH ARCHIVES:
> > Send a plain text email to [EMAIL PROTECTED]
> > In the message SUBJECT, put just one word: SEARCH-n
> > (where n is the number of days). In the message body,
> > place any
> > text to search for.
> > ================================================
> >
> >
>
>

Reply via email to