Hello,
I want to create a batch file which will innstall remotely.
I dont have any physical access to remote machine neither i dont have IP address of remote machine.
any idea how will I achieve it.
Is it possible to run batch file by opening an email?
Or by clicking on image photo,
Search found 5 matches
- 27 Nov 2009 05:10
- Forum: DOS Batch Forum
- Topic: Run batch file remotely Urgent...
- Replies: 0
- Views: 4743
- 14 Sep 2009 05:38
- Forum: DOS Batch Forum
- Topic: How to capture keyboard value and write in a file???
- Replies: 1
- Views: 4199
How to capture keyboard value and write in a file???
Hello All
Requirement:
I want to create a batch file wich will capture keboard values and write somwhere in text.
E.g- If I run a batch file and what ever keys i will press on my keyboard should get write in a file.
Thanks in advance[color=green][/color]
Requirement:
I want to create a batch file wich will capture keboard values and write somwhere in text.
E.g- If I run a batch file and what ever keys i will press on my keyboard should get write in a file.
Thanks in advance[color=green][/color]
- 14 Sep 2009 05:12
- Forum: DOS Batch Forum
- Topic: how can i hide the DOS window when executing a batch file ?
- Replies: 5
- Views: 8387
how can i hide the DOS window when executing a batch file ?
how can i hide the DOS window when executing a batch file ?
- 11 Sep 2009 23:03
- Forum: DOS Batch Forum
- Topic: Is it posibl to achieve Directory watcher event
- Replies: 2
- Views: 4715
Thanks avery_larry
Thank you avery_larry
I tested it , Its working fine only the thing is when I run batch file that dos window is appear can we hide it (Is it possible to run it at back end).
I tested it , Its working fine only the thing is when I run batch file that dos window is appear can we hide it (Is it possible to run it at back end).
- 10 Sep 2009 23:21
- Forum: DOS Batch Forum
- Topic: Is it posibl to achieve Directory watcher event
- Replies: 2
- Views: 4715
Is it posibl to achieve Directory watcher event
Hello All, Is it poossible to achieve directory watcher event through dos script E.g - I have dir say A if some text file is comes in this directory the an event should get raised like if a.txt file comes in dir A the test.batch file shoulde get run. And there is no fix time for a.txt it will come a...