Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Bug: found a little bug when install in freedos
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
  4 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
 
Dalfa Zen  
View profile  
 More options Sep 25 2009, 2:59 am
From: Dalfa Zen <dal...@gmail.com>
Date: Thu, 24 Sep 2009 23:59:51 -0700 (PDT)
Local: Fri, Sep 25 2009 2:59 am
Subject: Bug: found a little bug when install in freedos
Hello everyone,
I don't know if this has already been done

  I use "vim72d32.zip" to install vim in my freedos.
  When finish install, back to the root C:\   run "C:\> vim"
  But it can't work, the Command-line display this "c:\vim72\vim.exe
not found".
  Then I look at c:\fdos\bin\vim.bat, I found some mistakes.

  I think this 4 lines is wrong in the vim.bat :
   line 5: if exist "%VIM%\vim72\vim.exe" set VIM_EXE_DIR=%VIM%\vim72
   line 6: if exist "%VIMRUNTIME%\vim.exe" set VIM_EXE_DIR=%VIMRUNTIME
%
   line 8: if exist "%VIM_EXE_DIR%\vim.exe" goto havevim
   line 9: echo "%VIM_EXE_DIR%\vim.exe" not found

  Change them into :
   line 5: if exist %VIM%\vim72\vim.exe set VIM_EXE_DIR=%VIM%\vim72
   line 6: if exist %VIMRUNTIME%\vim.exe set VIM_EXE_DIR=%VIMRUNTIME%
   line 8: if exist %VIM_EXE_DIR%\vim.exe goto havevim
   line 9: echo %VIM_EXE_DIR%\vim.exe not found

  Just take out the quote.   it works :)


    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.
Discussion subject changed to "found a little bug when install in freedos" by Craig Barkhouse
Craig Barkhouse  
View profile  
 More options Sep 25 2009, 2:30 pm
From: Craig Barkhouse <crai...@microsoft.com>
Date: Fri, 25 Sep 2009 18:30:22 +0000
Local: Fri, Sep 25 2009 2:30 pm
Subject: RE: found a little bug when install in freedos

That looks like a bug in FreeDOS, not in vim.bat.

The quotes are needed in case the environment variables contain spaces.


    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.
Discussion subject changed to "Bug: found a little bug when install in freedos" by Bram Moolenaar
Bram Moolenaar  
View profile  
 More options Sep 25 2009, 2:53 pm
From: Bram Moolenaar <B...@Moolenaar.net>
Date: Fri, 25 Sep 2009 20:53:28 +0200
Local: Fri, Sep 25 2009 2:53 pm
Subject: Re: Bug: found a little bug when install in freedos

I haven't verified, but I think taking out the quotes breaks it for when
Vim is installed below a directory that conains a space.

I think the problem is with the freedos batch program.

--
Women are probably the main cause of free software starvation.

 /// Bram Moolenaar -- B...@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


    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.
Tony Mechelynck  
View profile  
 More options Oct 24 2009, 8:56 pm
From: Tony Mechelynck <antoine.mechely...@gmail.com>
Date: Sun, 25 Oct 2009 02:56:31 +0200
Local: Sat, Oct 24 2009 8:56 pm
Subject: Re: Bug: found a little bug when install in freedos
On 25/09/09 20:53, Bram Moolenaar wrote:

Does freedos support Long File Names? If it doesn't, then no paths can
contain spaces and the quotes are not necessary (nor can the command
interpreter -- COMMAND.COM, maybe -- be expected to support them).

OTOH, if freedos _does_ support Long File Names, then its command
interpreter ought to accept quoted paths -- but maybe some startup
setting is needed for that?

Best regards,
Tony.
--
PISCES (Feb. 19 to Mar. 20)
        Take the high road, look for the good things, carry the
American Express card and a weapon.  The world is yours today, as
nobody else wants it.  Your mortgage will be foreclosed.  You will
probably get run over by a bus.


    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
©2010 Google