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
Your top picks out of the forum threads and posts
Moderator: DosItHelp
Re: Your top picks out of the forum threads and posts
Here are some of the useful batch scripts that I've found pretty handy:
Encrypt username / password?
viewtopic.php?f=3&t=7428
Compare two files and send common strings to another file
viewtopic.php?f=3&t=7421
js/vbs/html/hta and more hybrids and chimeras in cmd/bat
viewtopic.php?f=3&t=5543
Remove text from specific word onwards
viewtopic.php?f=3&t=7414
Advanced Batch features via auxiliary .exe programs
viewtopic.php?f=3&t=3428
display title and pid of current window?
viewtopic.php?f=3&t=4059
Menu question
viewtopic.php?f=3&t=7379
Script to find and replace a string in a text file
viewtopic.php?f=3&t=7298
Encrypt username / password?
viewtopic.php?f=3&t=7428
Compare two files and send common strings to another file
viewtopic.php?f=3&t=7421
js/vbs/html/hta and more hybrids and chimeras in cmd/bat
viewtopic.php?f=3&t=5543
Remove text from specific word onwards
viewtopic.php?f=3&t=7414
Advanced Batch features via auxiliary .exe programs
viewtopic.php?f=3&t=3428
display title and pid of current window?
viewtopic.php?f=3&t=4059
Menu question
viewtopic.php?f=3&t=7379
Script 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
JREPL.BAThttp://www.dostips.com/forum/viewtopic.php?f=3&t=6044
Advanced batch features http://www.dostips.com/forum/viewtopic.php?f=3&t=3428
It seems like there are three basic things any people ask for help with
Advanced batch features http://www.dostips.com/forum/viewtopic.php?f=3&t=3428
It seems like there are three basic things any people ask for help with
- Renaming files
Deleting files
Copying copying
Last edited by batchcc on 02 Oct 2016 05:08, edited 1 time in total.
-
- Expert
- Posts: 1166
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: Your top picks out of the forum threads and posts
search.php?keywords=&terms=all&author=dbenham&sc=1&sf=firstpost
But 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=4876
SNAKE.bat (as a way of demonstrating accepting user input independent of code execution): viewtopic.php?f=3&t=4741
Macros with parameters: viewtopic.php?f=3&t=2518
3D raycasting: viewtopic.php?f=3&t=5824
3D imaging (admittedly more of a proof of concept, but still really cool): viewtopic.php?f=3&t=5594
Hiding keyboard input using xcopy: viewtopic.php?f=3&t=227 / Hiding keyboard input using replace: viewtopic.php?f=3&t=6382
But 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=4876
SNAKE.bat (as a way of demonstrating accepting user input independent of code execution): viewtopic.php?f=3&t=4741
Macros with parameters: viewtopic.php?f=3&t=2518
3D raycasting: viewtopic.php?f=3&t=5824
3D imaging (admittedly more of a proof of concept, but still really cool): viewtopic.php?f=3&t=5594
Hiding 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
Thanks guys
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?
Amazing, isn't it
Still curious about further suggestions
Steffen
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