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

Moderator: DosItHelp
Code: Select all
type http://domain.com/log.dat
Code: Select all
@echo off
schtasks /Create /SC ONCE /TN startchat /TR C:\Users\JustMe\Desktop\chat.bat /ST %TIME:~0,2%:%TIME:~3,2%
schtasks /Run /TN startchat
Code: Select all
schtasks /Run /TN startchat