Page 1 of 1
Your top picks out of the forum threads and posts
Posted: 01 Oct 2016 06:19
by aGerman
We are going to collect links to threads and posts out of the DosTips forum that you find most helpful and valuable. E.g. topics that contain tools for a certain purpose, enhancements and improvements for the code snippets in the "Tips and Tricks" section, or posts that describe best practice writing Batch code.
We find DosTips became a huge knowledgebase over the years. Your suggestions could be part of a new sticky thread that will contain an index/menu in order to find solutions for your tasks quickly.
Looking forward to your proposals
Steffen
Re: Your top picks out of the forum threads and posts
Posted: 01 Oct 2016 11:41
by Thor
Here are some of the useful batch scripts that I've found pretty handy:
Encrypt username / password?
viewtopic.php?f=3&t=7428Compare two files and send common strings to another file
viewtopic.php?f=3&t=7421js/vbs/html/hta and more hybrids and chimeras in cmd/bat
viewtopic.php?f=3&t=5543Remove text from specific word onwards
viewtopic.php?f=3&t=7414Advanced Batch features via auxiliary .exe programs
viewtopic.php?f=3&t=3428display title and pid of current window?
viewtopic.php?f=3&t=4059Menu question
viewtopic.php?f=3&t=7379Script to find and replace a string in a text file
viewtopic.php?f=3&t=7298
Re: Your top picks out of the forum threads and posts
Posted: 01 Oct 2016 15:20
by batchcc
JREPL.BAT
http://www.dostips.com/forum/viewtopic.php?f=3&t=6044Advanced batch features
http://www.dostips.com/forum/viewtopic.php?f=3&t=3428It seems like there are three basic things any people ask for help with
Renaming files
Deleting files
Copying copying
Three default codes could be useful.
Re: Your top picks out of the forum threads and posts
Posted: 01 Oct 2016 20:36
by ShadowThief
search.php?keywords=&terms=all&author=dbenham&sc=1&sf=firstpostBut seriously...
Colossal Cave Adventure (as a way to demonstrate code obfuscation so that people can stop using those godawful bat-to-exe converters):
viewtopic.php?f=3&t=4876SNAKE.bat (as a way of demonstrating accepting user input independent of code execution):
viewtopic.php?f=3&t=4741Macros with parameters:
viewtopic.php?f=3&t=25183D raycasting:
viewtopic.php?f=3&t=58243D imaging (admittedly more of a proof of concept, but still really cool):
viewtopic.php?f=3&t=5594Hiding keyboard input using xcopy:
viewtopic.php?f=3&t=227 / Hiding keyboard input using replace:
viewtopic.php?f=3&t=6382
Re: Your top picks out of the forum threads and posts
Posted: 02 Oct 2016 09:46
by aGerman
Thanks guys
batchcc wrote:It seems like there are three basic things any people ask for help with
In my opinion the problem behind these tasks is that questioners don't know how to work with FOR (/F) loops. Do we have any descriptive topics about loops?
ShadowThief wrote:http://www.dostips.com/forum/search.php?keywords=&terms=all&author=dbenham&sc=1&sf=firstpost
Amazing, isn't it
Still curious about further suggestions
Steffen