Results 1 to 4 of 4
Thread: - Windows 7.
Hybrid View
-
18th February 2023 18:38 #1
- Windows 7.
. 3 pc- ,(2 1Gbps/ ( 100 Mpbs ), IP. , , OS 10 . +- .
, , , - . - autostart up Windows task scheduler.
PC IP: 10.3.3.3 (1Gbps ):
pc- 100 Mbps .
2- . 3 elevated cmd , 1- . . 10-15 + 3-4 echo reply ping , ? 3-4 , 2- , 3 ?Code:@Echo off ping 10.3.3.3 -n 1 -w 500 | find "Reply" if errorlevel 1 echo Machine Not Found && goto :EOF net use Q: \\10.3.3.3\Share0 net use Z: \\10.3.3.3\Share1 .. End
Sebastian Spence in the First Wave
These are my Journals...I will Stop the First Wave
-
18th February 2023 19:01 #2
, timeout /T 20 . 20 . . :
- persistent map-, . . , 10-20 . :Code:timeout /T 20 net use Q: \\10.3.3.3\Share0 net use Z: \\10.3.3.3\Share1 ..
Code:net use Q: \\10.3.3.3\Share0 /p:yes net use Z: \\10.3.3.3\Share1 /p:yes ..
Last edited by rager; 18th February 2023 at 19:12.
Asus CH6H|Ryzen 1800X@4.1GHz|4xBLS8G4D32AESTK@3666MHz 14-19-12-36-58-1T|GB GTX1060 3GB OC|MP510 960GB|SS-1000XP|CM STACKER STC-T01-UW1
Thermochill PA120.2+PA120.3+PA140.3|Yate Loon 5xD12SH-12+3xD14SH-12|Laing DDC 2+Toshiba DIYINHK|EK DDC X-Top v2+EK Reservoir|EK Supreme HF #6
-
18th February 2023 19:36 #3
rager,
.Code:timeout /T 20
, - , - , .Last edited by Syrinxx-Exxtasy; 18th February 2023 at 19:38.
Sebastian Spence in the First Wave
These are my Journals...I will Stop the First Wave
-
27th February 2023 11:10 #4
. /p:no. /persistant windows . /yes rager , , /p:no. . Windows Task Scheduler , :
notepad test1.vbs .vbs cmd / .Code:Dim WinScriptHost Set WinScriptHost = CreateObject("WScript.Shell") WinScriptHost.Run Chr(34) & "C:\Myscripttest1.bat" & Chr(34), 0 Set WinScriptHost = Nothing
: "C:\Myscripttest1.bat" .bat ( - ), , D:,C: ..
rager.Last edited by Syrinxx-Exxtasy; 27th February 2023 at 11:13.
Sebastian Spence in the First Wave
These are my Journals...I will Stop the First Wave




Reply With Quote
7th May 2023, 16:02 in PC