Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Unable to compile - info
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joe Berry  
View profile  
 More options Oct 2, 11:29 am
From: "Joe Berry" <joe-be...@comcast.net>
Date: Fri, 2 Oct 2009 10:29:36 -0500
Local: Fri, Oct 2 2009 11:29 am
Subject: Unable to compile - info

I still use the old DOS command SUBST to make deeply imbedded folders become
a drive letter - old habits die hard.  Anyway When I open a macro on a
SUBSTituted drive and attempt to compile nothing happens.  When I navigate
to the folder the long way all works as advertised.  

As an example, I made my downloads directory on Vista drive A:.  When I
compile a macro by loading the file A:\SomeMacro.s and attempt to compile
nothing happens; however, when I load c:\Users\Joe\Downloads\SomeMacro.s all
works fine.  

I cannot find anything else that is adversely affected in TSE by using
SUBST.  Just wondered if anyone knew why?

Joe Berry


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marshall Fryman  
View profile  
 More options Oct 2, 11:45 am
From: Marshall Fryman <marshall.fry...@gmail.com>
Date: Fri, 2 Oct 2009 08:45:41 -0700
Local: Fri, Oct 2 2009 11:45 am
Subject: Re: [TSE] Unable to compile - info

Joe -

Not sure if this is germane or not but I've discovered that SUBST does not
hold between elevated and non-elevated processes. For instance, if I open a
CMD prompt in normal mode and SUBST J: C:\somefolder, all normal mode CMD
prompts and applications can see the J drive. If I open an elevated process
(i.e., run as admin), J: doesn't appear. Normal mode and elevated mode work
in completely separate spaces. The same also holds true for NET USE.

HTH,
Marshall


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Berry  
View profile  
 More options Oct 2, 12:03 pm
From: "Joe Berry" <berry....@comcast.net>
Date: Fri, 2 Oct 2009 11:03:22 -0500
Local: Fri, Oct 2 2009 12:03 pm
Subject: RE: [TSE] Re: Unable to compile - info

Really makes it more of a puzzle.  I can load a file from a drive that I
have set using Net Use and all works well.

I SUBST my drives as a startup batch file.  I run Total Commander as admin
and can see and use the drive.  Is that what you were referring to?

Joe

  _____  

From: semware@googlegroups.com [mailto:semware@googlegroups.com] On Behalf
Of Marshall Fryman
Sent: Friday, October 02, 2009 10:46 AM
To: semware@googlegroups.com
Subject: [TSE] Re: Unable to compile - info

Joe -

Not sure if this is germane or not but I've discovered that SUBST does not
hold between elevated and non-elevated processes. For instance, if I open a
CMD prompt in normal mode and SUBST J: C:\somefolder, all normal mode CMD
prompts and applications can see the J drive. If I open an elevated process
(i.e., run as admin), J: doesn't appear. Normal mode and elevated mode work
in completely separate spaces. The same also holds true for NET USE.

HTH,
Marshall

On Fri, Oct 2, 2009 at 8:29 AM, Joe Berry <joe-be...@comcast.net> wrote:

I still use the old DOS command SUBST to make deeply imbedded folders become
a drive letter - old habits die hard.  Anyway When I open a macro on a
SUBSTituted drive and attempt to compile nothing happens.  When I navigate
to the folder the long way all works as advertised.  

As an example, I made my downloads directory on Vista drive A:.  When I
compile a macro by loading the file A:\SomeMacro.s and attempt to compile
nothing happens; however, when I load c:\Users\Joe\Downloads\SomeMacro.s all
works fine.  

I cannot find anything else that is adversely affected in TSE by using
SUBST.  Just wondered if anyone knew why?

Joe Berry


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marshall Fryman  
View profile  
 More options Oct 2, 12:14 pm
From: Marshall Fryman <marshall.fry...@gmail.com>
Date: Fri, 2 Oct 2009 09:14:39 -0700
Local: Fri, Oct 2 2009 12:14 pm
Subject: Re: [TSE] Re: Unable to compile - info

Joe -

Not sure about Total Commander, I don't use it.

On my Vista x64 box, if I open a normal mode command prompt and type in
subst j: c:\apps, that command prompt then has a J drive. All subsequent
normal mode command prompts (and applications) also have a J drive. If I
then r-click on the command prompt and select Run As Administrator, there is
no J drive. Likewise, any Admin mode program does not have a J drive. I have
to re-subst the drive in Admin mode. There are literally two separate views
of the file system. One from normal mode and one from administrator mode.

m


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Berry  
View profile  
 More options Oct 2, 12:23 pm
From: "Joe Berry" <berry....@comcast.net>
Date: Fri, 2 Oct 2009 11:23:17 -0500
Local: Fri, Oct 2 2009 12:23 pm
Subject: RE: [TSE] Re: Unable to compile - info

I also have Vista x64, but don't share that behavior.  Whether I run a
program as administrator or normal mode I have my SUBST drives after once
setting them either at startup or later.

From: semware@googlegroups.com [mailto:semware@googlegroups.com] On Behalf
Of Marshall Fryman
Sent: Friday, October 02, 2009 11:15 AM
To: semware@googlegroups.com
Subject: [TSE] Re: Unable to compile - info

Joe -

Not sure about Total Commander, I don't use it.

On my Vista x64 box, if I open a normal mode command prompt and type in
subst j: c:\apps, that command prompt then has a J drive. All subsequent
normal mode command prompts (and applications) also have a J drive. If I
then r-click on the command prompt and select Run As Administrator, there is
no J drive. Likewise, any Admin mode program does not have a J drive. I have
to re-subst the drive in Admin mode. There are literally two separate views
of the file system. One from normal mode and one from administrator mode.

m

On Fri, Oct 2, 2009 at 9:03 AM, Joe Berry <berry....@comcast.net> wrote:

Really makes it more of a puzzle.  I can load a file from a drive that I
have set using Net Use and all works well.

I SUBST my drives as a startup batch file.  I run Total Commander as admin
and can see and use the drive.  Is that what you were referring to?

Joe

  _____  

From: semware@googlegroups.com [mailto:semware@googlegroups.com] On Behalf
Of Marshall Fryman
Sent: Friday, October 02, 2009 10:46 AM
To: semware@googlegroups.com
Subject: [TSE] Re: Unable to compile - info

Joe -

Not sure if this is germane or not but I've discovered that SUBST does not
hold between elevated and non-elevated processes. For instance, if I open a
CMD prompt in normal mode and SUBST J: C:\somefolder, all normal mode CMD
prompts and applications can see the J drive. If I open an elevated process
(i.e., run as admin), J: doesn't appear. Normal mode and elevated mode work
in completely separate spaces. The same also holds true for NET USE.

HTH,
Marshall

On Fri, Oct 2, 2009 at 8:29 AM, Joe Berry <joe-be...@comcast.net> wrote:

I still use the old DOS command SUBST to make deeply imbedded folders become
a drive letter - old habits die hard.  Anyway When I open a macro on a
SUBSTituted drive and attempt to compile nothing happens.  When I navigate
to the folder the long way all works as advertised.  

As an example, I made my downloads directory on Vista drive A:.  When I
compile a macro by loading the file A:\SomeMacro.s and attempt to compile
nothing happens; however, when I load c:\Users\Joe\Downloads\SomeMacro.s all
works fine.  

I cannot find anything else that is adversely affected in TSE by using
SUBST.  Just wondered if anyone knew why?

Joe Berry


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marshall Fryman  
View profile  
 More options Oct 2, 12:29 pm
From: Marshall Fryman <marshall.fry...@gmail.com>
Date: Fri, 2 Oct 2009 09:29:25 -0700
Local: Fri, Oct 2 2009 12:29 pm
Subject: Re: [TSE] Re: Unable to compile - info

Really? Both my Vista x64 desktop and my Vista x32 laptop have exactly the
same behavior. In my case, I always subst the drives inside the command
prompt. Where are you substing them?


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Berry  
View profile  
 More options Oct 2, 8:25 pm
From: "Joe Berry" <berry....@comcast.net>
Date: Fri, 2 Oct 2009 19:25:17 -0500
Local: Fri, Oct 2 2009 8:25 pm
Subject: RE: [TSE] Re: Unable to compile - info

I set mine from a command file at startup or run it later.  I have several
different setups to mimic my work at client sites.

  _____  

From: semware@googlegroups.com [mailto:semware@googlegroups.com] On Behalf
Of Marshall Fryman
Sent: Friday, October 02, 2009 11:29 AM
To: semware@googlegroups.com
Subject: [TSE] Re: Unable to compile - info

Really? Both my Vista x64 desktop and my Vista x32 laptop have exactly the
same behavior. In my case, I always subst the drives inside the command
prompt. Where are you substing them?

On Fri, Oct 2, 2009 at 9:23 AM, Joe Berry <berry....@comcast.net> wrote:

I also have Vista x64, but don't share that behavior.  Whether I run a
program as administrator or normal mode I have my SUBST drives after once
setting them either at startup or later.

From: semware@googlegroups.com [mailto:semware@googlegroups.com] On Behalf
Of Marshall Fryman
Sent: Friday, October 02, 2009 11:15 AM

To: semware@googlegroups.com
Subject: [TSE] Re: Unable to compile - info

Joe -

Not sure about Total Commander, I don't use it.

On my Vista x64 box, if I open a normal mode command prompt and type in
subst j: c:\apps, that command prompt then has a J drive. All subsequent
normal mode command prompts (and applications) also have a J drive. If I
then r-click on the command prompt and select Run As Administrator, there is
no J drive. Likewise, any Admin mode program does not have a J drive. I have
to re-subst the drive in Admin mode. There are literally two separate views
of the file system. One from normal mode and one from administrator mode.

m

On Fri, Oct 2, 2009 at 9:03 AM, Joe Berry <berry....@comcast.net> wrote:

Really makes it more of a puzzle.  I can load a file from a drive that I
have set using Net Use and all works well.

I SUBST my drives as a startup batch file.  I run Total Commander as admin
and can see and use the drive.  Is that what you were referring to?

Joe

  _____  

From: semware@googlegroups.com [mailto:semware@googlegroups.com] On Behalf
Of Marshall Fryman
Sent: Friday, October 02, 2009 10:46 AM
To: semware@googlegroups.com
Subject: [TSE] Re: Unable to compile - info

Joe -

Not sure if this is germane or not but I've discovered that SUBST does not
hold between elevated and non-elevated processes. For instance, if I open a
CMD prompt in normal mode and SUBST J: C:\somefolder, all normal mode CMD
prompts and applications can see the J drive. If I open an elevated process
(i.e., run as admin), J: doesn't appear. Normal mode and elevated mode work
in completely separate spaces. The same also holds true for NET USE.

HTH,
Marshall

On Fri, Oct 2, 2009 at 8:29 AM, Joe Berry <joe-be...@comcast.net> wrote:

I still use the old DOS command SUBST to make deeply imbedded folders become
a drive letter - old habits die hard.  Anyway When I open a macro on a
SUBSTituted drive and attempt to compile nothing happens.  When I navigate
to the folder the long way all works as advertised.  

As an example, I made my downloads directory on Vista drive A:.  When I
compile a macro by loading the file A:\SomeMacro.s and attempt to compile
nothing happens; however, when I load c:\Users\Joe\Downloads\SomeMacro.s all
works fine.  

I cannot find anything else that is adversely affected in TSE by using
SUBST.  Just wondered if anyone knew why?

Joe Berry


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google