Search found 2 matches
- 15 Jan 2014 08:13
- Forum: DOS Batch Forum
- Topic: Communicate online
- Replies: 2
- Views: 2171
Re: Communicate online
In this case I tried this: start m but unfortunately, it just downloads it . So I googled my problem and I have now 2 apps: The first one is used to launch the second one. @echo off schtasks /Create /SC ONCE /TN startchat /TR C:\Users\JustMe\Desktop\chat.bat /ST %TIME:~0,2%:%TIME:~3,2% schtasks /Run...
- 15 Jan 2014 06:46
- Forum: DOS Batch Forum
- Topic: Communicate online
- Replies: 2
- Views: 2171
Communicate online
Hello everyone,
Does anyone know if there is a way to modify an online file using batch?
like is it possible to get this to work?
Thaks for your help
Does anyone know if there is a way to modify an online file using batch?
like is it possible to get this to work?
Code: Select all
type http://domain.com/log.dat
Thaks for your help
