Search found 6 matches

by hacker
13 Aug 2016 15:14
Forum: DOS Batch Forum
Topic: How to create broadband connection via cmd?
Replies: 1
Views: 2801

How to create broadband connection via cmd?

Hi

I want to create broadband connection in cmd but I can't to do it.
Please Guide me in this regard.

Image
by hacker
21 Jun 2016 07:24
Forum: DOS Batch Forum
Topic: CMD not setting variables in the same line
Replies: 12
Views: 9877

CMD not setting variables in the same line

Hello friends

set k=1 & set j=20 && for /l %1 in (%k%,1,%j%) do @echo %1

Output:
0 ---> zero

why is zero above command output?

Please guide me in this regard .
by hacker
10 Sep 2015 12:22
Forum: DOS Batch Forum
Topic: How to configure Modem With CMD
Replies: 1
Views: 2392

How to configure Modem With CMD

Hi,all

I want to configure modem with "Telnet" Command.
Please guide me in this regard.

thanks in advance
by hacker
29 Jan 2015 05:54
Forum: DOS Batch Forum
Topic: How to compress files with a size of zero bytes using winrar
Replies: 6
Views: 5803

How to compress files with a size of zero bytes using winrar

Hi

I have several files with a size of zero bytes that I want to compress them using compression tools. So that the files compressed with the same amount of current (current size:0 byte).
Please suggest a solution that solve my problem.

thanks in advance
by hacker
22 Sep 2014 08:49
Forum: DOS Batch Forum
Topic: How to increase Recursion Count of the Stack in a batch file
Replies: 7
Views: 12059

How to increase Recursion Count of the Stack in a batch file

Hi

****** B A T C H R E C U R S I O N exceeds STACK limits ******
Recursion Count=704, Stack Usage=90 percent
****** B A T C H PROCESSING IS A B O R T E D ******


How can increase Recursive Count of the Stack in a batch file?

Please Guide me in this regard.
Thanks in advance
by hacker
29 Aug 2014 08:47
Forum: DOS Batch Forum
Topic: Prevent appearence of my batch file in TEMP folder
Replies: 4
Views: 3949

Prevent appearence of my batch file in TEMP folder

Hi

I have wrote a program with batch file and I compile it with Quick Batch File Compiler software.
however, when I run my file, a sample of my file appears in the TEMP folder .
Now I would like to prevent appearance of my file in the TEMP folder.

Please help me in this regard.
thanks in advance.