Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > MS-DOS - COMMAND

Reply
Thread Tools Display Modes

MS-DOS - COMMAND

 
 
Scott
Guest
Posts: n/a

 
      08-06-2007
Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
Miracle C course and I am using a compiler to do my homework. The problem I
am having is when I execute my code, my COMMAND Box closes right away. I
have went to the MS-DOS properties and unchecked the close after execute box,
but it still closes. Anyone have any other ideas on how to prevent this?

Thanks!

Scott


 
Reply With Quote
 
 
 
 
Richard Urban
Guest
Posts: n/a

 
      08-06-2007
Open a command prompt manually. You will find it in Start | All Programs |
Accessories

You may have to start it with administrator privileges for your operations
to proceed correctly.

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)

"Scott" <> wrote in message
news:6EE542A5-C635-4F42-9549-...
> Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> Miracle C course and I am using a compiler to do my homework. The problem
> I
> am having is when I execute my code, my COMMAND Box closes right away. I
> have went to the MS-DOS properties and unchecked the close after execute
> box,
> but it still closes. Anyone have any other ideas on how to prevent this?
>
> Thanks!
>
> Scott
>
>


 
Reply With Quote
 
robert.stojanov@gmail.com
Guest
Posts: n/a

 
      08-06-2007
On Aug 6, 4:52 pm, Scott <Sc...@discussions.microsoft.com> wrote:
> Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> Miracle C course and I am using a compiler to do my homework. The problem I
> am having is when I execute my code, my COMMAND Box closes right away. I
> have went to the MS-DOS properties and unchecked the close after execute box,
> but it still closes. Anyone have any other ideas on how to prevent this?
>
> Thanks!
>
> Scott


Try to open the Command prompt and then navigate to your folder with
the C and work from there..

 
Reply With Quote
 
Scott
Guest
Posts: n/a

 
      08-06-2007
Thanks, but it still closes when I execute. Any other ideas?

Thanks!

Scott

"" wrote:

> On Aug 6, 4:52 pm, Scott <Sc...@discussions.microsoft.com> wrote:
> > Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> > Miracle C course and I am using a compiler to do my homework. The problem I
> > am having is when I execute my code, my COMMAND Box closes right away. I
> > have went to the MS-DOS properties and unchecked the close after execute box,
> > but it still closes. Anyone have any other ideas on how to prevent this?
> >
> > Thanks!
> >
> > Scott

>
> Try to open the Command prompt and then navigate to your folder with
> the C and work from there..
>
>

 
Reply With Quote
 
Scott
Guest
Posts: n/a

 
      08-06-2007
Thanks, but it still closes when I execute. Any other ideas?

Thanks!

Sccott


"Richard Urban" wrote:

> Open a command prompt manually. You will find it in Start | All Programs |
> Accessories
>
> You may have to start it with administrator privileges for your operations
> to proceed correctly.
>
> --
>
>
> Regards,
>
> Richard Urban
> Microsoft MVP Windows Shell/User
> (For email, remove the obvious from my address)
>
> "Scott" <> wrote in message
> news:6EE542A5-C635-4F42-9549-...
> > Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> > Miracle C course and I am using a compiler to do my homework. The problem
> > I
> > am having is when I execute my code, my COMMAND Box closes right away. I
> > have went to the MS-DOS properties and unchecked the close after execute
> > box,
> > but it still closes. Anyone have any other ideas on how to prevent this?
> >
> > Thanks!
> >
> > Scott
> >
> >

>
>

 
Reply With Quote
 
Scott
Guest
Posts: n/a

 
      08-06-2007
Thanks guys! It still doesn't work. Anyone else have any ideas?

Thanks!

Scott



"Scott" wrote:

> Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> Miracle C course and I am using a compiler to do my homework. The problem I
> am having is when I execute my code, my COMMAND Box closes right away. I
> have went to the MS-DOS properties and unchecked the close after execute box,
> but it still closes. Anyone have any other ideas on how to prevent this?
>
> Thanks!
>
> Scott
>
>

 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      08-06-2007
Trying to use a (any) compiler in Vista Basic will not work. You need either Vista Business or Vista Ultimate.

The command box will obviously keep closing on you since V Basic cannot handle those commands

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"Scott" <> wrote in message news:6EE542A5-C635-4F42-9549-...
> Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> Miracle C course and I am using a compiler to do my homework. The problem I
> am having is when I execute my code, my COMMAND Box closes right away. I
> have went to the MS-DOS properties and unchecked the close after execute box,
> but it still closes. Anyone have any other ideas on how to prevent this?
>
> Thanks!
>
> Scott
>
>

 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      08-06-2007
"Scott" <> wrote in message
news:6EE542A5-C635-4F42-9549-...
> Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> Miracle C course and I am using a compiler to do my homework. The problem
> I
> am having is when I execute my code, my COMMAND Box closes right away. I
> have went to the MS-DOS properties and unchecked the close after execute
> box,
> but it still closes. Anyone have any other ideas on how to prevent this?
>
> Thanks!
>
> Scott
>
>



Have you tried this on a computer running an older version of Windows? I
think the problem is with either the compiler or the program you are trying
to compile. If the compiled program has a problem it may be crashing causing
the command prompt to close. It may also be that the output from the
compiler or even the complier itself is not compatible with Vista. What
compiler are you using?

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca


 
Reply With Quote
 
Opinicus
Guest
Posts: n/a

 
      08-06-2007
"Peter Foldes" <> wrote

> Trying to use a (any) compiler in Vista Basic will not work.
> You need either Vista Business or Vista Ultimate.
> The command box will obviously keep closing on you since
> V Basic cannot handle those commands


As someone who's just installed and begun using Liberty Basic on WinXP that
doesn't sound very good.

Can this (compilers won't work in Vista Basic) be confirmed?

--
Bob
http://www.kanyak.com



 
Reply With Quote
 
Kevin John Panzke
Guest
Posts: n/a

 
      08-06-2007
Scott wrote:
> Hi! I am using Windows Vista Basic on my laptop. I am currently taking a
> Miracle C course and I am using a compiler to do my homework. The problem I
> am having is when I execute my code, my COMMAND Box closes right away. I
> have went to the MS-DOS properties and unchecked the close after execute box,
> but it still closes. Anyone have any other ideas on how to prevent this?
>
> Thanks!
>
> Scott
>
>

Try Downloading Microsoft Power Shell 1.0 And See If That Works, Just FYI.

32 Bit =

> http://www.microsoft.com/downloads/d...DisplayLang=en


64 Bit =

> http://www.microsoft.com/downloads/d...DisplayLang=en


Kevin John Panzke (Former Windows User, I Now Use Open Source Linux
Ubuntu 7.04), Just FYI.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RUN command in SP1 Martin Racette Windows Vista General Discussion 34 03-24-2008 04:45 AM
some cmd command qsn Ghung Windows Vista General Discussion 2 03-02-2008 10:12 PM
Run command: Piet Windows Vista General Discussion 6 02-26-2008 03:06 PM
run command Martin Windows Vista General Discussion 3 04-24-2007 08:10 PM
Run Command TonySper Windows Vista General Discussion 7 03-24-2007 01:13 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59