Search found 11 matches
- 18 Nov 2008 04:13
- Forum: DOS Batch Forum
- Topic: Replace string with enviroment variable
- Replies: 4
- Views: 10199
Re: Replace string with enviroment variable
Hi to all. I've this problem, i need to replace a string with enviroment variable on text file. This is my source code, but i don't know how replace env. variable : set DIR=c:\TEMP SET FILEPATH=e:\home\ SET FILE=e:\home\config.pro SET FNAME=config.pro CALL :PROCESS GOTO :EOF :PROCESS pushd %FILEPAT...
- 31 Jul 2008 03:32
- Forum: DOS Batch Forum
- Topic: Multiple commands per line
- Replies: 5
- Views: 17332
- 29 Jul 2008 11:49
- Forum: DOS Batch Forum
- Topic: auto kick persons from network?
- Replies: 0
- Views: 7929
auto kick persons from network?
How do I kick a person from my network?
I know the computer's name and I want to make a batch file which automatically search my network for the computer, and then kick the computer from my network
It's a internet network through a modem.. is this possible with a batch script?
Thank you!
I know the computer's name and I want to make a batch file which automatically search my network for the computer, and then kick the computer from my network
It's a internet network through a modem.. is this possible with a batch script?
Thank you!
- 29 Jul 2008 11:31
- Forum: DOS Batch Forum
- Topic: Multiple commands per line
- Replies: 5
- Views: 17332
- 25 Jul 2008 07:05
- Forum: DOS Batch Forum
- Topic: [OFF TOPIC] Your relation to batch files
- Replies: 2
- Views: 5944
[OFF TOPIC] Your relation to batch files
I've been wondering what relations you guys have with bath files?
I just use it as a sparetime killer
best regards "Odder"
I just use it as a sparetime killer
best regards "Odder"
- 23 Jul 2008 11:30
- Forum: DOS Batch Forum
- Topic: Trying to implement a progress bar while Analog loads report
- Replies: 4
- Views: 8208
- 23 Jul 2008 11:21
- Forum: DOS Batch Forum
- Topic: "FOR" help
- Replies: 5
- Views: 12103
- 23 Jul 2008 11:15
- Forum: DOS Batch Forum
- Topic: Trying to implement a progress bar while Analog loads report
- Replies: 4
- Views: 8208
- 23 Jul 2008 11:04
- Forum: DOS Batch Forum
- Topic: Redirect output from curses application
- Replies: 1
- Views: 6246
First of all, I'm not sure I did understand the half of it xD but I will give it a try This will type the program code to somewhere.ext type myCursesProgram >> somewhere.ext This will type the progams outputs in somewhere.ext start myCursesProgram >> somewhere.ext That's the best I can do (right now)
- 23 Jul 2008 10:49
- Forum: DOS Batch Forum
- Topic: "FOR" help
- Replies: 5
- Views: 12103
Thanks for your reply So, if I want to make a command to: ... make the same file twice, at two different locations: FOR %a IN (%USERPROFILE%\desktop %USERPROFILE%\documents) DO echo start %CD% >> %a ... count to 20 FOR %a IN (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20) DO echo %a hmm.. I wo...
- 20 Jul 2008 03:17
- Forum: DOS Batch Forum
- Topic: "FOR" help
- Replies: 5
- Views: 12103
"FOR" help
Hello, I'm pretty new at this coding language, but I think I've got a bit experience
My problem is: I do not understand ANYTHING of the "FOR" command, is it possible for you to explain me how that "function" works? I see it's very usefull xD
My problem is: I do not understand ANYTHING of the "FOR" command, is it possible for you to explain me how that "function" works? I see it's very usefull xD