BAT++ Compilator
A downloadable project
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:
- Kaspersky
- Bitdefender
- ESET NOD32
- Norton
- McAfee
- Avast
- AVG
- Windows Defender
- Trend Micro
- 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)
Download
Click download now to get access to the following files:
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
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?
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:
Limitations of VirusTotal:
Best Practices:
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