Search found 36 matches

by SirJosh3917
18 Aug 2016 19:07
Forum: DOS Batch Forum
Topic: Creating a script to gather PC information - to assist those asking for help
Replies: 167
Views: 147395

Re: Creating a script to gather PC information - to assist those asking for help

I remembered an old way to detect if the actual user has admin rights (after i've seen the "NET USER %USERNAME%" command; should be the fastest): >nul 2>nul net session && echo Hello admin. || echo Hello noadmin. penpen I have a "faster" but perhaps "less accurate&q...
by SirJosh3917
18 Aug 2016 18:53
Forum: DOS Batch Forum
Topic: [Question] Using Base64 to store a file in batch
Replies: 4
Views: 6577

[Question] Using Base64 to store a file in batch

I've seen some other batch files where they convert a file to base 64, do some magic "echo", and whala, here's your file. I was wondering how exactly could you recreate this? I program in C# so I can code in that to achieve the goal I desire, and perhaps on the side, create a utility tool ...
by SirJosh3917
18 Aug 2016 16:31
Forum: DOS Batch Forum
Topic: Files to EXE - Program Pack
Replies: 2
Views: 3808

Files to EXE - Program Pack

What does it do Program Pack takes a bunch of files, and puts them all in an EXE. You can select the file for it to run when the EXE has finished unextracting all of it's files to the specified directory. How does it look like I'm on windows 7 using the classic theme, but here it is: http://image.p...
by SirJosh3917
07 May 2016 20:15
Forum: DOS Batch Forum
Topic: [Game] Mining World
Replies: 2
Views: 3785

[Game] Mining World

Mining World is a game that you just HAVE TO PLAY. You play as a little yellow square, walking around and you mine blocks as you step on them. Each time you mine a block, you loose some fuel. Don't let your fuel reach 0 though! Please do play this game, I worked my BUTT OFF making this. Download: m ...
by SirJosh3917
03 May 2016 06:06
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 58124

Re: Gotoxy

It's amazing what you've done! But one thing... It takes a while for the batch files to load ( roughly 15 secs for huge ones, 5 for little ones ), but after they've loaded, they're fast. But if I were to use gotoxy or cmdwiz, I'd like to know all the things you can use it for, because the examples d...
by SirJosh3917
02 May 2016 19:18
Forum: DOS Batch Forum
Topic: [Release] SDraw ( A batch .EXE helper )
Replies: 1
Views: 3453

[Release] SDraw ( A batch .EXE helper )

Hello! This is my first post on this forums, of which has been very helpful to me Recently I've been coding in C#, and decided to make a cool little tool to help me and you guys out! All you need is a windows computer, and the .NET 2.0 or later framework installed! Also, before I dive any deeper int...