A downloadable project

Download NowName your own price

There are no viruses here, if you provide arguments through VirusTotal (which often makes mistakes), they will be ignored, if you are sure that there are viruses in my games/programs, you must provide evidence made through trusted antiviruses such as:

  1. Kaspersky
  2. Bitdefender
  3. ESET NOD32
  4. Norton
  5. McAfee
  6. Avast
  7. AVG
  8. Windows Defender
  9. Trend Micro
  10. Sophos

This is a manual for the BAT++ 1.1 programming language


to create lists you need to use the set command with brackets, for example: set (array)=[1, 2, 3].

add_to_array(arr_name, %element%) - adds something to the list (not necessarily a variable).

remove_from_array(arr_name, %index%) - removes an element from the list, note that the index must be a variable.

get_array_element(var, array, %index%) - writes an element from the list to a variable, if you need to find out without the %index% variable, then just use %array[your index]%.

To create a function use the func command, for example:

call :hello Nicholas

func hello(name) {
echo Hello, %name%!
}

but remember that the func command should be at the very bottom and called from above as shown in the example.

In order to create a loop, you need to use the "while" command, for example:

set /a i=1

while (not %i% == 50) {
echo index is %i% it must be 50
set /a i=%i%+1
}

echo index is 50!

(BUG FIXED)

Updated 2 hours ago
Published 1 day ago
StatusReleased
CategoryOther
Authornikkyhika
Tagsbat, batch, compilator, console

Download

Download NowName your own price

Click download now to get access to the following files:

B++ Compilator.zip 1.9 MB

Comments

Log in with itch.io to leave a comment.

once again bro your game has viruses like you cannot be serious. You needa turn off your comments section my dude, how are you supposed to scam ppl if you got ppl like me warning people that your games, all of them as a matter of fact. Have viruses. Like you need to work smarter not harder in this case.

so you finally agreed with me

and its not a "game" its a program

this person has no goddamn life.. let someone live.. The program is virus-free: 

and yes and if one antivirus software detected it as malware.. multiple haven't

the only reason anyway that its getting detected is because it was made by a batch to exe converter

Deleted 2 hours ago
Deleted 2 hours ago

Scan log

Detection Kernel Version: 30165 (20241104)

Date: 10.01.2025 Time: 15:01:23

Checked disks, folders and files: D:\VS\B++ Compiler\x64\Release\B++ Compiler.exe

Checked objects: 1

Number of detected objects: 0

Execution time: 15:01:23 Total scan time: 0 seconds (00:00:00)

OMG, PYTHON ALSO HAS A VIRUS AND WHAT DOES IT DO????????

Okay, I need to calm down. If virustotal says there is a virus, it doesn't have to be 100%, I have ESET antivirus, and in all the time you have millions of viruses, I haven't noticed one yet, and above is an example that virustotal says that python has a virus. DO YOU KNOW WHAT PYTHON IS? And what do you want from the antivirus in the browser?

(1 edit)

I would like to ask you to read what the chat gpt wrote to me about virustotal, where I made a bold italic text, so that you should read “hero”

VirusTotal is a valuable tool for scanning files, URLs, and other items for potential malicious content using multiple antivirus engines and online scanners. However, it is not completely correct or infallible. Here are some key points to consider:

Strengths of VirusTotal:

  1. Multi-Engine Scanning: It uses a wide range of antivirus engines to provide a collective verdict.
  2. Quick Analysis: It offers rapid results for files and URLs.
  3. Community Insights: Users can provide comments and feedback, adding another layer of review.
  4. Threat Intelligence: It provides detailed metadata and historical records of files and URLs.

Limitations of VirusTotal:

  1. False Positives: Some files or URLs may be flagged as malicious by one or more engines, even if they are safe.
  2. False Negatives: Some malware may evade detection by all the engines used.
  3. Static Analysis: VirusTotal mainly relies on static signatures and metadata. It doesn't perform deep behavioral analysis like a full sandbox environment might.
  4. Lack of Context: VirusTotal does not consider the context in which a file or URL is used, which can be crucial for determining whether it is genuinely malicious.
  5. Updates: Antivirus engines update their definitions frequently, so a file marked as clean today could be flagged tomorrow—or vice versa.

Best Practices:

  • Use VirusTotal as a supplementary tool, not a definitive solution.
  • Cross-reference results with other security tools or services, especially if a file or URL is flagged by only a few engines.
  • Conduct behavioral analysis in a controlled environment for files that require deeper inspection.
  • Stay up to date on emerging threats, as no single tool can cover everything.

If you're dealing with critical data or highly sensitive environments, combining VirusTotal with other security measures is recommended.

AND I ALSO WANT TO SAY THAT THIS IS WHAT A VIRUS IS