Search found 53 matches

by tcpman
30 Jun 2014 12:39
Forum: DOS Batch Forum
Topic: saving drive names into variable
Replies: 2
Views: 2668

saving drive names into variable

i am looking for a way to save drive names into var we can get the drive names using this for %a in ( B C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO @if exist %i: @echo %a: now if the output is for exmaple c d e n i want to do something like this set drive1=C set drive2=d ... i came with one ...
by tcpman
21 Jun 2014 09:26
Forum: DOS Batch Forum
Topic: telnet smtp problems
Replies: 3
Views: 3424

Re: telnet smtp problems

thank you my friend finally its working i even try and use qk smtp sever in my localhost but its stock in last level(sending email) but i had been reading about the helo and ehlo and they said its not importent because its never cheaked or something the helo and ehlo are they mean hello? becaause i ...
by tcpman
20 Jun 2014 16:05
Forum: DOS Batch Forum
Topic: telnet smtp problems
Replies: 3
Views: 3424

telnet smtp problems

hi guys well i dont know i should ask it here but if its not the correct forum please close the topic now i am trying to telnet a smtp server for leraning how its works but i have problem i am trying this site for exmaple m so it will make a temp email for you now i am using this in cmd telnet serve...
by tcpman
07 May 2014 15:39
Forum: DOS Batch Forum
Topic: sending email in batch?
Replies: 10
Views: 5923

Re: sending email in batch?

now the only problem is the password is visible
if user wants he or she can get the password of email

is there any way that we dont need to create the vbs file but run the vbs code?
i dont know perhaps we can run the command in batch?
oh and tnx for answering my noob questions
by tcpman
07 May 2014 14:13
Forum: DOS Batch Forum
Topic: sending email in batch?
Replies: 10
Views: 5923

Re: sending email in batch?

tnx only two more problems 1-i use .AddAttachment for sending a file but its not working i think it need one more line of code .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 something like this 2-because i am wrting the info in a vbs file (using echo >>) the password...
by tcpman
06 May 2014 13:59
Forum: DOS Batch Forum
Topic: sending email in batch?
Replies: 10
Views: 5923

Re: sending email in batch?

can we give it a address? i try but looks like its accept only the filename
by tcpman
06 May 2014 12:20
Forum: DOS Batch Forum
Topic: sending email in batch?
Replies: 10
Views: 5923

Re: sending email in batch?

tnx for replay well i mange to send email using vbs and bat and it will work only a little problem is the start command wont excute the vbs file! but i am not sure i recived some emails but i also click on vbs file so i am not sure by ev i mean environment variables penpen@ tnx for that topic well t...
by tcpman
06 May 2014 04:34
Forum: DOS Batch Forum
Topic: sending email in batch?
Replies: 10
Views: 5923

sending email in batch?

i saw some batch and vbs codes that do this job but i wonder it is possible to do this without using outlook? because most of codes using the outlook for sending emailes! also sory i forget but which ev will point to usb drive? one more question i think most of you guys see some of simple graphical ...
by tcpman
05 May 2014 13:41
Forum: DOS Batch Forum
Topic: Microsoft makes source code for MS-DOS and Word for Windows
Replies: 6
Views: 16624

Re: Microsoft makes source code for MS-DOS and Word for Wind

yes they release ver 1 and 2
but the last version was 6 (or 7 (some of pepole say the ms dos for win 98 ))
i wonder why they didn't release the last version
by tcpman
05 May 2014 12:19
Forum: DOS Batch Forum
Topic: Microsoft makes source code for MS-DOS and Word for Windows
Replies: 6
Views: 16624

Re: Microsoft makes source code for MS-DOS and Word for Wind

i was seraching for ms-dos today and i find the source code of it in computerhistory
to bad is asm
but i dont know why they release ver 2???
by tcpman
13 Apr 2014 05:16
Forum: DOS Batch Forum
Topic: copying file in location
Replies: 9
Views: 5310

Re: copying file in location

tnx i thought it will need more then just typing %0
by tcpman
13 Apr 2014 05:04
Forum: DOS Batch Forum
Topic: copying file in location
Replies: 9
Views: 5310

Re: copying file in location

well i can create a virus in c++ if i want ! why i should use a batch?


i know how copy works but i dont know how to %0 will work
by tcpman
12 Apr 2014 05:35
Forum: DOS Batch Forum
Topic: copying file in location
Replies: 9
Views: 5310

Re: copying file in location

can you exmplain more?
i know i have to use that but i cant find any good help about it

tnx by the way
by tcpman
30 Mar 2014 09:47
Forum: DOS Batch Forum
Topic: copying file in location
Replies: 9
Views: 5310

copying file in location

hi i want my batch file when is runing will copy his self in a place
how can i do this?
like a virus
by tcpman
18 Mar 2014 14:07
Forum: DOS Batch Forum
Topic: output problem
Replies: 2
Views: 2355

Re: output problem

tnx
sory for late respone its work :mrgreen: