Search found 5 matches

by Billd59
24 Jul 2012 09:49
Forum: DOS Batch Forum
Topic: batch find external ipaddress
Replies: 13
Views: 17411

Re: batch find external ipaddress

I don't know VBscript yet. I am just learning Batch files. I don't have VB yet. So I would not know how to run It. Just save it as a text file with extension .VBS and run it at the command line. Note that this is VBScript (which comes with Windows), not VB (which sells separately). Don't know that ...
by Billd59
24 Jul 2012 06:22
Forum: DOS Batch Forum
Topic: vbsrcipt begginner
Replies: 1
Views: 2200

vbsrcipt begginner

I am just learning VBscript. I am just learning a Is trying this but for some reason It doesn't work. It said need a end statement. Here Is the code so far: option Explicit Dim objshell Dim c1 Dim c2 set ObjShell = CreateObject("WScript.shell") c1=msgbox"do you want to open paint"...
by Billd59
20 Jul 2012 14:39
Forum: DOS Batch Forum
Topic: batch find external ipaddress
Replies: 13
Views: 17411

Re: batch find external ipaddress

I think there was a topic like that here i don't remember exactly, but you will need to use a vbscript, batch won't help: It get the IP from m This is a modified code from the original it will give you a txt file called IP.txt Contain your External IP " Remember it's a VBscript " Const Fo...
by Billd59
20 Jul 2012 12:33
Forum: DOS Batch Forum
Topic: batch find external ipaddress
Replies: 13
Views: 17411

batch find external ipaddress

I know If you go to a website like Ipchicken you can get your external IPaddress. can you send the contents of a website like IPchicken to a file with bach? For example: If I open explorer with start In batch and have It goto IPChicken I just want to copy my External IP to a Txt or bat file. All I w...
by Billd59
02 Jul 2012 17:55
Forum: DOS Batch Forum
Topic: change user
Replies: 3
Views: 3692

change user

I am new to batch files. Just learning. I want to write a batch file to change my password. I know If I goto the start and go to ass and right click on command prompt and click runas administrator. I know how to change It than. I would like to know how to go to the administrator account with the bat...