Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-113

[PATCH] Use on Windows 98

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.6
    • Compile
    • None
    • Windows 98 / JDK 1.4.1

    Description

      There are a lot of NT specifics in Forrest batch files (@setlocal, %~dp0...) that prevent them to be run on Windows 98.

      It would be nice to have this compatibility :-)

      The most difficult part may be to emulate the setpwdvar.bat for NT. Here is a code snippet that does the trick :

      @echo off
      echo @prompt set PWD=$p$_ > _temp_A.bat
      %comspec% /e:2048 /c _temp_A.bat > _temp_B.bat
      call _temp_B.bat
      del _temp_?.bat

      Hope this helps.

      Cheers,

      p.b.

      Attachments

        Activity

          People

            brondsem David Philip Brondsema
            brihaye Pierrick Brihaye
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: