ScriptBasic > Download

ScriptBasic 2.1 Windows

<< < (2/3) > >>

btechint:
for ScriptBasic Windows 2.1 RC2

I assume your substituting d:\install_path for the directory you want ScriptBasic installed, correct?
yes
install.cmd file not found

Support:
Your will find install.cmd in your source directory.


--- Code: ---REM
REM FILE: install.cmd
REM
REM Run this command script to install ScriptBasic after it was compiled
REM from source. The installation directory is T:\ScriptBasic
REM
REM This installation is needed by the setup program pack.cmd to build
REM the compressed binary installation package using the files put into
REM that directory.
REM
REM This script only checks that the two version of the compilers supported
REM and calls the basic program install.sb to do the work.
REM

IF EXIST bin\vc7\exe\scriba.exe GOTO VC7INSTALL
IF EXIST bin\bcc\exe\scriba.exe GOTO BCCINSTALL
GOTO ENDLABEL

:VC7INSTALL
IF "%1" == "" GOTO VC7IPRD
bin\vc7\exe\scriba install.sb %1 vc7
GOTO ENDLABEL
:VC7IPRD
bin\vc7\exe\scriba install.sb T:\ScriptBasic vc7
GOTO ENDLABEL

:BCCINSTALL
IF "%1" == "" GOTO BCCIPRD
bin\bcc\exe\scriba install.sb %1 bcc
GOTO ENDLABEL
:BCCIPRD
bin\bcc\exe\scriba install.sb T:\ScriptBasic bcc
GOTO ENDLABEL

:ENDLABEL

--- End code ---

btechint:
Then these directions are wrong:

ScriptBasic Windows Install

    * download and unzip to a temporary directory.
    * from a console window, change directory to the scriptbasic directory.
    * to install in the directory of your choice, type install.cmd d:\install_path

ScriptBasic is now ready to use.

-----
Should be:

ScriptBasic Windows Install

    * download and unzip to a temporary directory.
    * from a console window, change directory to the scriptbasic source directory.
    * to install in the directory of your choice, type install.cmd d:\install_path

ScriptBasic is now ready to use.
---

An other point is that this is done in a dos window, dos box, at the command prompt, not a console. A console is for the linux system.


Support:

--- Quote ---An other point is that this is done in a dos window, dos box, at the command prompt, not a console. A console is for the linux system.
--- End quote ---

Windows no longer supports a 16 bit DOS console. The Windows console mode is a 32 bit Windows application for a text mode interface. A console mode interface means the same thing no matter what OS your using. IMO

I updated the install instructions above based on your comments.

So, were you able to get ScriptBasic installed and working?




btechint:
No, but the installs from here work straight away:
http://www.scriptbasic.com

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version