Search found 2 matches
- 20 Jun 2022 16:07
- Forum: DOS Batch Forum
- Topic: Debug and Rate AI code
- Replies: 1
- Views: 4331
Debug and Rate AI code
I found an open AI and decided to have it write a batch file, tell me whats wrong with it (because it doesnt work) and rate the AIs skill level. Here is what was asked: "Write batch file code for windows 7 that uses a key to encrypt and decrypt messages in window." @echo off setlocal set key=1234 :s...
- 26 Nov 2020 13:54
- Forum: DOS Batch Forum
- Topic: Error level IF/THEN
- Replies: 2
- Views: 3867
Error level IF/THEN
HELLO! Thanks for coming by, I have a simple script that has an error level If/Then function but when running the script I get both error based messages upon completion when I should only be seeing one based upon its success or failure. I am not a "coder" I have no real experience or formal educatio...