Search found 139 matches

by batchcc
23 Sep 2016 13:31
Forum: DOS Batch Forum
Topic: Encrypt username / password?
Replies: 4
Views: 17292

Re: Encyrpt username / password?

For storing passwords you could encrypt them http://www.dostips.com/forum/viewtopic.php?t=5048 http://www.dostips.com/forum/viewtopic.php?f=3&t=5566 Of course this doesn't mean someone can't edit the batch file to bypass this. For making a hidden folder I would recommend taking the file you want...
by batchcc
23 Jul 2016 05:03
Forum: DOS Batch Forum
Topic: check characters
Replies: 3
Views: 3775

Re: check characters

Thanks aGerman but when I run the code I just get "Equation can't be solved."
by batchcc
21 Jul 2016 14:15
Forum: DOS Batch Forum
Topic: check characters
Replies: 3
Views: 3775

check characters

Hello everyone what I'm trying to do is use a sting of text and check each character to see if it is numeric + - * or / and set each character to be a variable. What I tried to do was use the string length to do this but I'm not sure how to set each character as a variable. Thanks everyone. Here's w...
by batchcc
06 Jul 2016 05:24
Forum: DOS Batch Forum
Topic: Adding tags to file
Replies: 9
Views: 11759

Re: Adding tags to file

Tags? m In a recent Windows Desktop Report, "Take Advantage of Search Filters in Windows Explorer," I showed you how to use and take advantage of the Search filters built in to Windows Explorer's Search box in Windows 7. As I told you in that blog post, as soon as you begin typing text in...
by batchcc
05 Jul 2016 16:21
Forum: DOS Batch Forum
Topic: Adding tags to file
Replies: 9
Views: 11759

Adding tags to file

Hi everyone I have spent some time googling how to add tags to a file with a batch script / cmd and have found no solution does any one know how to do this thanks.
by batchcc
04 Jul 2016 09:01
Forum: DOS Batch Forum
Topic: WiFiPasswordReveal
Replies: 4
Views: 6179

Re: WiFiPasswordReveal

I have tried this script on windows vista and windows 7 (English) and it doesn't work for me either.
by batchcc
26 Jun 2016 17:10
Forum: DOS Batch Forum
Topic: MarioRun - 2d scrolling game with parallax background
Replies: 16
Views: 14193

Re: MarioRun - 2d scrolling game with parallax background

This is cool but when I scanned it with virustotal.com 6 negative results appeared . AVG I-Worm/Nuwar.R 20160626 AegisLab Malware.Gen!c 20160624 AhnLab-V3 Worm/Win32.Zhelatin.R35810 20160626 Baidu Win32.Trojan.WisdomEyes.151026.9950.9973 20160624 McAfee Artemis!291DB75C4D4C 20160626 McAfee-GW-Editio...
by batchcc
22 Jun 2016 15:12
Forum: DOS Batch Forum
Topic: CmdRunner - 3d game (CubeRunner clone)
Replies: 44
Views: 44250

Re: CmdRunner - 3d game (CubeRunner clone)

Thank you for creating this I haven't tried it yet but it looks cool; can't wait to play!
by batchcc
20 Jun 2016 08:18
Forum: DOS Batch Forum
Topic: CmdRunner - 3d game (CubeRunner clone)
Replies: 44
Views: 44250

Re: CmdRunner - 3d game (CubeRunner clone)

misol101 this is really cool do you think you could make something like this http://armorgames.com/play/12614/city-s ... ngle-siege
Thanks for cube runner!
by batchcc
06 Jun 2016 13:25
Forum: DOS Batch Forum
Topic: Context menu like pop-up with hybrid
Replies: 2
Views: 3538

Re: Context menu like pop-up with hybrid

Thank you aGerman I haven't tried it yet but I'll tell you if it works. :) batchcc
by batchcc
04 Jun 2016 14:05
Forum: DOS Batch Forum
Topic: Context menu like pop-up with hybrid
Replies: 2
Views: 3538

Context menu like pop-up with hybrid

By using a batch hybrid with .net or something else like js I would like to create a small pop up that looks similar to the context (right click) menu. The menu should be clickable and have a few basic functions like creating a new batch file, opening dostips.com or opening a specific folder. Does a...
by batchcc
25 Mar 2016 17:40
Forum: DOS Batch Forum
Topic: Checking if a line in a fIle contains an environmental variable
Replies: 4
Views: 4412

Re: Checking if a line in a fIle contains an environmental variable

I need to conjugate the verb dormir with would be duermo duermes duerme ... by checking the variable oue so the o changes to ue and using the code here http://www.dostips.com/forum/viewtopic.php?f=3&t=6961#p45287 with I originally used in a file to calculate a squared number I can search for the...
by batchcc
25 Mar 2016 17:21
Forum: DOS Batch Forum
Topic: Checking if a line in a fIle contains an environmental variable
Replies: 4
Views: 4412

Checking if a line in a fIle contains an environmental variable

I have one.bat two.bat three.bat and four.bat in wichone.bat calls one of the other 3 file based on the letter the user input starts with. Then the called file let's say two.bat checks the user input in this form If %word% == sleep echo dormir ----- %oue% Rem there are more lines in this exact forma...