Search found 8 matches
- 08 Sep 2009 19:00
- Forum: DOS Batch Forum
- Topic: My Time Issue
- Replies: 4
- Views: 6074
- 03 Sep 2009 20:50
- Forum: DOS Batch Forum
- Topic: how works a chat batch
- Replies: 2
- Views: 4956
This is My version of a messenger batch file, have fun with it. @echo off title messenger - By: Hunter Wood color f0 prompt $G net start messenger cls color 0a :begin echo +======================================================+ echo + Hunter Wood's Instant Messaging Batch File + echo +=============...
- 03 Sep 2009 20:17
- Forum: DOS Batch Forum
- Topic: Noobish question
- Replies: 1
- Views: 3450
Noobish question
I want to enter a command on opening of the command prompt. How would I go about doing so? start "%windir%\system32\cmd.exe" {commands} this doesn't work and I couldn't find it elsewhere. also as a side not what is the batch source variable? according to the dostips sit it is %0 ...
- 03 Sep 2009 19:32
- Forum: DOS Batch Forum
- Topic: My Time Issue
- Replies: 4
- Views: 6074
- 03 Sep 2009 18:40
- Forum: DOS Batch Forum
- Topic: My Time Issue
- Replies: 4
- Views: 6074
My Time Issue
Alrighty, I want this batch file to be automatic. the problem code is:
where the plus one stands for one minute I want to add...
I need this so that later it can do
Code: Select all
set timewanted=%time%+1
where the plus one stands for one minute I want to add...
I need this so that later it can do
Code: Select all
at %timewanted% /interactive (commands)
- 03 Sep 2009 17:47
- Forum: DOS Batch Forum
- Topic: Killing a process
- Replies: 4
- Views: 5984
- 03 Sep 2009 17:18
- Forum: DOS Batch Forum
- Topic: Killing a process
- Replies: 4
- Views: 5984
- 02 Sep 2009 19:32
- Forum: DOS Batch Forum
- Topic: Killing a process
- Replies: 4
- Views: 5984
Killing a process
Alright I am in the middle of making a batch file that is going to be quite useful for me and my friends and I guess eventually anyone who goes to our website. problem is that I simply can't figure this out. when you go into task manager and kill the process explorer.exe it well... kills the process...