Search found 4 matches

by abuchaibe3
08 Apr 2020 18:14
Forum: DOS Batch Forum
Topic: can you do this batch ocrrectly for me please
Replies: 7
Views: 8863

Re: can you do this batch ocrrectly for me please

Hi! this is what i did: i opened a notepad, put that lines, then saved it as a .bat file, but when i open it, it says "The filename, directory name, or volume label syntax is incorrect inside batch, press one key to continue . . ." (exactly that in spanish): http://thumbs.subefotos.com/f320bd5bdeaf4...
by abuchaibe3
08 Apr 2020 02:48
Forum: DOS Batch Forum
Topic: can you do this batch ocrrectly for me please
Replies: 7
Views: 8863

Re: can you do this batch ocrrectly for me please

Thanks you a lot, u helped me to fix the ping command!! :) The other script, like i said, if i write it normally in command prompt, by myself one command by one, it works, but if i put all those commands in one batch script it doesnt work, i don't know why, all those commands are well written, "Cone...
by abuchaibe3
07 Apr 2020 16:08
Forum: DOS Batch Forum
Topic: can you do this batch ocrrectly for me please
Replies: 7
Views: 8863

Re: can you do this batch ocrrectly for me please

Hi jeb, i did what you said and it keeps repeating, i downloaded notepad++ and i saved it as ANSI batch, what should i do? And what should i do with the first script? xD i don't know what's wrong:(
by abuchaibe3
07 Apr 2020 03:50
Forum: DOS Batch Forum
Topic: can you do this batch ocrrectly for me please
Replies: 7
Views: 8863

can you do this batch ocrrectly for me please

Hello there, im really noob with cmd prompt xD i made two basic (i guess) scripts and they didn't work, it says it's incorrrect: @echo off netsh interface ipv4 set dnsservers "Conexión de red inalámbrica" static 8.8.8.8 primary netsh interface ipv4 add dnsservers "Conexión de red inalámbrica" 8.8.4....