Search found 3 matches

by Looge
06 Aug 2019 08:20
Forum: DOS Batch Forum
Topic: Problem with "start" command
Replies: 5
Views: 9114

Re: Problem with "start" command

Nothing happen, won't start it at all, like i didn't wrote anything. Any suggestion? This starts to piss me off... replace start /d "\Log.txt" Log.txt with Log.txt See what happens .. Are you sure that text files haven an application associated to it ? Are you sure it is what you think it is ? Then...
by Looge
06 Aug 2019 08:10
Forum: DOS Batch Forum
Topic: B A T C H R E C U R S I O N exceeds STACK limits
Replies: 3
Views: 6999

Re: B A T C H R E C U R S I O N exceeds STACK limits

Batch recursion can be caused by various means, but essentially you ... ... well, have a batch recursion. Somewhere. I occasionally hit that problem, and in my case it always is this: I have a big collection of scripts, and a very limited set of them are scripts that called by others, but do not do ...
by Looge
25 Jun 2019 07:29
Forum: DOS Batch Forum
Topic: Copying CMD.exe using batch file?
Replies: 3
Views: 4507

Re: Copying CMD.exe using batch file?

is it possible to create a batch file to copy a open command prompt text? if so how? if not is there a different way? Maybe there is more clarification needed for your question, but how about this: cmd.exe | tee C:\output.log This will launch another session, but the TEE command will allow to : - s...