Search found 24 matches
- 22 Oct 2012 05:19
- Forum: DOS Batch Forum
- Topic: Shutdown computer in LAN help
- Replies: 2
- Views: 4345
Shutdown computer in LAN help
Hi, im trying to shudown computers in a LAN but its not working, in administrator. first i open cmd and type : net view to get a list of the computers in the LAN then i ping the computer i want to shutdown, then i type: shutdown -i i select the computer i want to shutdown by writing the name of it w...
- 30 Sep 2012 12:13
- Forum: DOS Batch Forum
- Topic: Faster internet connection code?
- Replies: 1
- Views: 2952
Faster internet connection code?
Hi, i my friend told me that he have made an code that can speed up your internet, i just wonder if it's true and how it works. @echo off cls color A0 Title Internet connection cd/ netsh int tcp show global PAUSE netsh int tcp set global chimney=enabled PAUSE netsh int tcp set global autotuninglevel...
- 29 Aug 2012 01:36
- Forum: DOS Batch Forum
- Topic: Find IPv4, help me understand!?
- Replies: 2
- Views: 3637
Re: Find IPv4, help me understand!?
Tnx for the help i think i get it now
- 22 Aug 2012 12:08
- Forum: DOS Batch Forum
- Topic: Find IPv4, help me understand!?
- Replies: 2
- Views: 3637
Find IPv4, help me understand!?
Hi, i need help with this code/script. i havent done it, my self, i just want help to undesstand it a bit more My code/Script: @echo off cls title Internet Protocol (IP) del IPv4.txt echo. for /F "TOKENS=2* DELIMS=:" %%a in ('IPCONFIG ^| find "IPv4"') do for %%b in (%%a) Do set M...
- 02 Aug 2012 10:39
- Forum: DOS Batch Forum
- Topic: Xcopy help (advance)
- Replies: 3
- Views: 3887
Xcopy help (advance)
Hi, im making an easy folder copy tool byt it dosent work, i can copy and paste the files. but im stuck here:if %OP%==64 set dist2=%programfiles(x86)%\Minecraft else set dist2=%programfiles%\Minecraft @echo off cls color 0A title Minecraft 1.3.1 USB installer made by skillsa2 echo ==================...
- 07 Jul 2012 05:21
- Forum: DOS Batch Forum
- Topic: Progress bar While copying
- Replies: 12
- Views: 29426
Re: Progress bar While copying
take a look at this, i hope it helps =P
"http://www.youtube.com/watch?v=6L3h0KP6_x0&list=UUDkMdK1D-23knr9qCI7JmCw&index=7&feature=plcp"
"http://www.youtube.com/watch?v=6L3h0KP6_x0&list=UUDkMdK1D-23knr9qCI7JmCw&index=7&feature=plcp"
- 07 Jul 2012 03:57
- Forum: DOS Batch Forum
- Topic: Make a share folder:?:
- Replies: 1
- Views: 2666
Make a share folder:?:
Hi, ok now i have modded it a little bit =) but it still dosent work!! plz help me @echo off color 0A title Folder Pro edi! cls echo ================================ echo Please Select an Drive to begin echo ================================ echo. echo. echo Please wrigt down your drive (only the let...
- 24 Jun 2012 14:03
- Forum: DOS Batch Forum
- Topic: USB DRIVER HELP!!! (SOLVED)
- Replies: 13
- Views: 10226
USB DRIVER HELP!!! (SOLVED)
TNX guys i soled it XD now i have made a simple thing to make you select the driver of your USB Drive, and it works Great =) im am soooo happy tnx guys now i only have to fix some things and its done =) @echo off color 0A title USB Defender 2.5.1V cls echo ================================ echo Pleas...
- 09 May 2012 12:27
- Forum: DOS Batch Forum
- Topic: shell command within a VBS file
- Replies: 1
- Views: 4280
shell command within a VBS file
Hi, i dont know if this is the right froum but i need help with a Visual Basic code, its not working to kill tasks heres what ive done. ublic Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Shell("C:\Program Files (x86)\Min...
- 01 May 2012 09:10
- Forum: DOS Batch Forum
- Topic: Different Color text
- Replies: 4
- Views: 6437
Re: Different Color text
wow tnx 4 all the help bros =) this post is {SOLVED}
- 01 May 2012 09:08
- Forum: DOS Batch Forum
- Topic: taskkill problem
- Replies: 8
- Views: 7608
taskkill problem
Hi, i cant get this to work i dont know why i have dine it like a zillion times, why isnt my taskkill working echo off cls taskkill /f explorer.exe taskkill /f "Adobe ARM.exe" taskkill /f ccc.exe taskkill /f armsvc.exe taskkill /f seaport.exe taskkill /f "hama chi-2.exe" start &q...
- 24 Apr 2012 11:50
- Forum: DOS Batch Forum
- Topic: Different Color text
- Replies: 4
- Views: 6437
Different Color text
Hi, i want to add diffirent color on the text in one cmd window, I have tryid this, @echo off title color dif cls echo ========================================== echo. echo. color a "echo lol" color c "echo lol" echo =========================================== pause but it dosnt ...
- 15 Apr 2012 15:16
- Forum: DOS Batch Forum
- Topic: fullscreen in CMD WMIC
- Replies: 3
- Views: 4275
Re: fullscreen in CMD WMIC
Hi, im sorry but it dident work, the cmd window just closes, btw heres my code
@echo off
color a
title =(
cls
Echo exit|Command
pause
@echo off
color a
title =(
cls
Echo exit|Command
pause
- 13 Apr 2012 12:54
- Forum: DOS Batch Forum
- Topic: fullscreen in CMD WMIC
- Replies: 3
- Views: 4275
fullscreen in CMD WMIC
HI, im useing windows 7 64 bit, i have a laptop so im in a widescreen reselution (1366x768). i now you can put in "WMIC" in your code to make the window strech. but i want to exit the wmic:root\cli> with out needing to type exit all the the time i know that you can type some thing like thi...
- 13 Apr 2012 12:39
- Forum: DOS Batch Forum
- Topic: Save to a log file.
- Replies: 3
- Views: 4776
Re: Save to a log file.
TNX this post is now (SOLVED)