Sunteți pe pagina 1din 3

@ECHO OFF

GOTO STARTNOW
::{B++ Scripts command { } }
:: {
:: GNU GENERAL PUBLIC LICENSE
:: Version 3, 29 June 2007
::
:: Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
:: Everyone is permitted to copy and distribute verbatim copies
:: of this license document, but changing it is not allowed.
::
:: Preamble
::
:: The GNU General Public License is a free, copyleft license for
::software and other kinds of works.
::
:: The licenses for most software and other practical works are designed
::to take away your freedom to share and change the works. By contrast,
::the GNU General Public License is intended to guarantee your freedom to
::share and change all versions of a program--to make sure it remains free
::software for all its users. We, the Free Software Foundation, use the
::GNU General Public License for most of our software; it applies also to
::any other work released this way by its authors. You can apply it to
::your programs, too.
::
:: When we speak of free software, we are referring to freedom, not
::price. Our General Public Licenses are designed to make sure that you
::have the freedom to distribute copies of free software (and charge for
::them if you wish), that you receive source code or can get it if you
::want it, that you can change the software or use pieces of it in new
::free programs, and that you know you can do these things.
::
:: To protect your rights, we need to prevent others from denying you
::these rights or asking you to surrender the rights. Therefore, you have
::certain responsibilities if you distribute copies of the software, or if
::you modify it: responsibilities to respect the freedom of others.
::{ end if { }
:: { end sub{ }
::
::
::
::
GOTO STARTNOW
;
;
;
;
;
;[this section is your comments or author informations]
;keep inserting the ";" when typing informations or note in new line
;
;About B++ script:
;-----------------
;B++ script is easiest scripts and it also easy to understand.
;This B++ script require 2FZ-DOS as a host Operating System
;B++ is easy to recompile. To do this, you need to make sure
;you have already installed 2FZ-DOS.
;
;B++ can be created using your windows notepad. this is a very recommended
;B++ editor. Windows editor save this file as a plain text so it is easier
;to create a batch command that is readable by 2FZ-DOS
;
;Before you can create a batch file [b++] script, you need to understand
;these commands: GOTO,IF,ECHO,MORE,ERRORLEVEL, switches (/) and /? command
;You can learn this commands at "skyfireos.blogspot.com"
;
;
;
;
;
;
::{ end if { }
:: { end sub{ }
:STARTNOW
::This is a live batch command, means that everything you type under ":startnow"
::label is a batch command.
::You can also add comments when in a live batch command space by adding "::" si
gn.
::But if you type ":" everything you type after that is a label [eg ":HERE"]
::{ end if { }
:: { end sub{ }
ECHO This is a live batch command space.
ECHO You will see this message when your B++ script is created.
ECHO "ECHO" is used to prompt a message in your batch command script.
ECHO To enter, type "ECHO." and don't type any thing after that.
ECHO.
ECHO Simply enter only once and begin new "ECHO" argument then type
ECHO your message. But remember, begin B++ script with @ECHO OFF
pause
goto end
;PAUSE is used to pause the batch script and will not continue until
;user presses any key.
;You can type "ECHO <your message>" enter and type "pause>nul" to make
;your own message.

::{ end if { }
:: { end sub{ }

:END
::this is an ending of a batch script. you should not type anything
::to exit the batch script. You can aso make a pipe to another application
::example: "start.exe". So, this command prompt will start the application
::and leave this batch script. Make sure that the application is on the same
::directory or else full path should be inserted example: "C:\WINDOWS\START.EXE"
::{ end if { }
:: { end sub{ }
ECHO.
ECHO EXIT NOW?
PAUSE>NUL
::When editing was done, click "save as" and select "SAVE AS TYPE" to "ALL FILES
"
::then, insert the name "<yourname>.bat" to save as batch command.

S-ar putea să vă placă și