Search found 109 matches

by phillid
18 May 2012 15:47
Forum: DOS Batch Forum
Topic: looking for coding
Replies: 7
Views: 6351

Re: looking for coding

Maybe he means he wants to make a batch script that has all of the features as an operating system (eg. a window manager, terminal and some programs) which is inside a command prompt window. I understand that this wouldn't actually have any advantage as you'd be running windows as well, but it's a g...
by phillid
05 May 2012 04:02
Forum: DOS Batch Forum
Topic: Writing to file not seems to not be working
Replies: 2
Views: 2724

Re: Writing to file not seems to not be working

Of course! *facepalm* I remember using that a while ago.

Thanks for that, I got it to work perfectly!

Thanks
Phillid
by phillid
04 May 2012 01:11
Forum: DOS Batch Forum
Topic: Writing to file not seems to not be working
Replies: 2
Views: 2724

Writing to file not seems to not be working

Hi guys. I've looked this script over thousands of times now and I haven't found the problem. I think I need a fresh pair of eyes to look at it. As part of a program, I have a configuration section that writes some values from the user into a config file. This code writes to the file: set /p "A...
by phillid
25 Apr 2012 03:20
Forum: DOS Batch Forum
Topic: hide entered password with astrics
Replies: 11
Views: 19670

Re: hide entered password with astrics

C/C++ - This is where I come in :P :)
Does anyone want a program (an exe) to take input for batch scripts without showing the text that's being typed in? :)

Thanks,
Phillid
by phillid
19 Apr 2012 02:54
Forum: DOS Batch Forum
Topic: Running a DOS command with options when I reboot the system
Replies: 14
Views: 10217

Re: Running a DOS command with options when I reboot the sys

Yeah that's what I thought.. :/ Time to decompile Windows, edit it and recompile The only problem with that batch file is that it won't run as a result of a shutdown... I think that's what he wants. Your batch shuts down the computer itself... Maybe he needs to clarify. Anyway, time for me to have a...
by phillid
19 Apr 2012 02:34
Forum: DOS Batch Forum
Topic: Configure the options for the creation of the restore points
Replies: 4
Views: 3692

Re: Configure the options for the creation of the restore po

Hi,

Try diskpart?

Code: Select all

C:\> diskpart


Thanks
Phillid
by phillid
19 Apr 2012 02:15
Forum: DOS Batch Forum
Topic: Running a DOS command with options when I reboot the system
Replies: 14
Views: 10217

Re: Running a DOS command with options when I reboot the sys

Correct, runonce is for when the system is starting. Maybe we could rename shutdown.exe to something else and put another exe in its place. This exe could store the argument that was intended for the shutdown command (-s, -r etc.), then runs a batch file we want to run on shutdown and then runs the ...
by phillid
19 Apr 2012 01:27
Forum: DOS Batch Forum
Topic: show text in top right (like ansi.sys?)
Replies: 20
Views: 15025

Re: show text in top right (like ansi.sys?)

Maybe a batch file that emulates CMD and uses gotoxy after each command to re-display the ip address at the top of the screen, like: @echo off rem Code to get IP address into variable %ip% :loop set "cmd=" set /p "cmd=%cd%>" %cmd% gotoxy 0 0 echo %ip% goto loop Or, I could write ...
by phillid
19 Apr 2012 01:23
Forum: DOS Batch Forum
Topic: show text in top right (like ansi.sys?)
Replies: 20
Views: 15025

Re: show text in top right (like ansi.sys?)

Taripo, I wrote a program that moves the cursor to a certain position - it's called gotoxy. It's on the page at: http://batchbin.ueuo.com/programs.php but as you mentioned, you'd have to keep re-writing the text.....

Thanks
Phillid


EDIT: removed title command thing.
by phillid
19 Apr 2012 01:15
Forum: DOS Batch Forum
Topic: Tools For Batch
Replies: 5
Views: 5980

Re: Tools For Batch

Foxidrive, it is that related to a thread on this forum? If so, please send me the link to it.. I'm interested..

EDIT: I found the thread you're talking about, foxidrive. I'll look at writing something for him.

Thanks
Phillid
by phillid
19 Apr 2012 01:00
Forum: DOS Batch Forum
Topic: Tools For Batch
Replies: 5
Views: 5980

Re: Tools For Batch

Anyone...? Thoughts and ideas..?
by phillid
17 Apr 2012 00:01
Forum: DOS Batch Forum
Topic: Tools For Batch
Replies: 5
Views: 5980

Tools For Batch

Hi guys Because of this thread: http://www.dostips.com/forum/viewtopic.php?t=2734 I ended up writing a couple of simple programs (which you can find on my website - m). I've found them to be very useful and orange_batch showed quite some interest in them. They do not require any extras like DLLs or ...
by phillid
19 Mar 2012 23:30
Forum: DOS Batch Forum
Topic: Telenet Email help
Replies: 8
Views: 5979

Re: Telenet Email help

joakim wrote:HI plz help me with the E mail problem. :?

you cud say im in big need of it lol


Firstly: Why are you in big need of it?
Secondly, please make an attempt to use correct spelling... 'cud' isn't could, it's: http://en.wikipedia.org/wiki/Cud
by phillid
15 Mar 2012 00:04
Forum: DOS Batch Forum
Topic: Telenet Email help
Replies: 8
Views: 5979

Re: Telenet Email help

And just because I'm the sort of guy who would notice and get annoyed about it.... It's Telnet not Telenet.

I do appoligize, aGerman and other high-up-there users if you consider this as assisting this guy...
by phillid
18 Jan 2012 16:37
Forum: DOS Batch Forum
Topic: How to Close File Running in Windows Explore ?
Replies: 1
Views: 2302

Re: How to Close File Running in Windows Explore ?

I understand that there may be a bit of a language barrier, but can you please add more details to your question?

Phillid