Search found 1 match

by thec0o0lest
17 Dec 2009 12:05
Forum: DOS Batch Forum
Topic: Hello plz help me
Replies: 1
Views: 3567

Hello plz help me

Hello I am beginner in using batch files there is one executable file named:
a.exe and i want to call this file threw batch and create log this file in the same time i have tried this command:
@echo off
call C:\a.exe >> log.txt

and it is not even executing Thanks For any help