Search found 10 matches
- 06 Aug 2017 02:28
- Forum: DOS Batch Forum
- Topic: How To find text and highlight in another colour
- Replies: 3
- Views: 3070
Re: How To find text and highlight in another colour
Works Perfectly good job thank you for your help.
- 06 Aug 2017 02:27
- Forum: DOS Batch Forum
- Topic: How To find text and highlight in another colour
- Replies: 3
- Views: 3070
Re: How To find text and highlight in another colour
Thank You for your help I will give it a go
- 06 Aug 2017 02:20
- Forum: DOS Batch Forum
- Topic: Bat file
- Replies: 18
- Views: 11131
Re: Bat file
Obvious troll is obvious I except you are uneducated, but I am far from a troll. You both undermined me when I gave a code that does work and this arrogant of you and ignorant since this code does work it does not show it in the temp folder as you suggest because I tested it and your code that you ...
- 05 Aug 2017 12:03
- Forum: DOS Batch Forum
- Topic: Bat file
- Replies: 18
- Views: 11131
Re: Bat file
OK I am no longer wasting any more time on this subject you clearly don't understand code here and are to ignorant and uneducated to understand how it works have it your way but the code works and well in my opinion noticed you cant answer any real batch coding questions here as I suspected you don'...
- 05 Aug 2017 00:58
- Forum: DOS Batch Forum
- Topic: Bat file
- Replies: 18
- Views: 11131
Re: Bat file
and to hide the code compile the batch file into an exe file using batch to exe software that way no one can change the password or view it for that matter. Hope this helps someone If you're storing your passwords in plaintext, you're doing it wrong. Salt and hash your passwords How it works is tha...
- 05 Aug 2017 00:53
- Forum: DOS Batch Forum
- Topic: Bat file
- Replies: 18
- Views: 11131
Re: Bat file
compile the batch file Batch code can't be compiled. Bat2Exe programs just pack the script into something like a self-extracting archive or an installer. It has to be extracted in order to be executable. no one can change the password or view it That's wrong. At least during runtime you will find y...
- 05 Aug 2017 00:41
- Forum: DOS Batch Forum
- Topic: Bat file
- Replies: 18
- Views: 11131
Re: Bat file
Here is the site site to visit, http://www.f2ko.de/en/b2e.php
- 04 Aug 2017 09:04
- Forum: DOS Batch Forum
- Topic: Bat file
- Replies: 18
- Views: 11131
Re: Bat file
and to hide the code compile the batch file into an exe file using batch to exe software that way no one can change the password or view it for that matter.
Hope this helps someone
Hope this helps someone
- 04 Aug 2017 05:34
- Forum: DOS Batch Forum
- Topic: Bat file
- Replies: 18
- Views: 11131
Re: Bat file
Put this at the begining of the login section @echo off color 4f cls set "psCommand=powershell -Command "$pword = read-host 'Enter Password' -AsSecureString ; ^ $BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^ [System.Runtime.InteropServices.Marshal]::PtrToStri...
- 03 Aug 2017 23:01
- Forum: DOS Batch Forum
- Topic: How To find text and highlight in another colour
- Replies: 3
- Views: 3070
How To find text and highlight in another colour
Hi my question to any batch developers is this, How can I search a command for example net user and highlight guest name in a chosen colour Example C:\Users\MyUser>net user User accounts for \\Test ------------------------------------------------------------------------------- Administrator DefaultA...