Lab02
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 6 articles for 0.302 sec
function lab02(p) Xpoc_124=[0,0]; Xpoc_3=[1,2,3,5,8]; f1 = @(x) 10*(x(1)^2-x(2))^2+(1-x(1))^2; f2 = @(x) (x(1)-4)^2+4*(x(2)-2)^2; f3 = @(x) (x(1)-p(1))^2+(x(2)-p(2))^2+(x(3)-p(3))^2+(x(4)-p(4))^2+ (x(5)-p(5))^2; f4 = @(x) abs((x(1)-x(2))*(x(1)+x(2)))+(x(1)^2+x(2)^2)^0.5; fprintf('\nOptimizacija funkcije f1 koristenjem fminsearch\n'); rez=fminsearch(f1,Xpoc_124); fprintf('x1 = %%d\nx2     

Group: hr.org.fer · Group Profile · Search for Lab02 in hr.org.fer
Author: Matija
Date: Apr 16, 2008 09:40

Maybe something like this in a .vbs set owsh = createobject("wscript.shell") for i = 1 to 20 if i < 10 then x = "0" & i Else x = i End If owsh.run("%%comspec%% /c shutdown -m \\" & x),0 wscript.echo x next JamesPang wrote: We have 20 computers in the lab, and have a shutdown script shutdown -m \\lab01 shutdown -m \\lab02 . . . shutdown -m
Show full article (0.97Kb) · Show article thread
James, Command "Shutdown -i" may help in your case. Best Regards, Bluesky JamesPang 寫道: > We have 20 computers in the lab, and have a shutdown script > > shutdown -m \\lab01 > shutdown -m \\lab02 > . > . > . > shutdown -m \\lab20 > > > that turn computer down one by one. If all the computer is no, it is very > fast. But if one computer is not on, the script just stoped wait     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for Lab02 in microsoft.public.windows.server.scripting
Author: JakeDAHS
Date: Nov 22, 2006 07:23

JamesPang wrote: We have 20 computers in the lab, and have a shutdown script shutdown -m \\lab01 shutdown -m \\lab02 . . . shutdown -m \\lab20 that turn computer down one by one. If all the computer is no, it is very fast. But if one computer is not on, the script just stoped wait for the time out and if serval computers are not on could take longer.
Show full article (0.73Kb) · Show article thread
Rob Kenny wrote: > JamesPang wrote: >> We have 20 computers in the lab, and have a shutdown script >> >> shutdown -m \\lab01 shutdown -m \\lab02 .. .. .. shutdown -m >> \\lab20 >> >> >> that turn computer down one by one. If all the computer is no, it >> is very fast. But if one computer is not on, the script just stoped >> wait for the time out and if serval computers are not on could     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for Lab02 in microsoft.public.windows.server.scripting
Author: Bluesky
Date: Nov 21, 2006 21:16

JamesPang wrote: We have 20 computers in the lab, and have a shutdown script shutdown -m \\lab01 shutdown -m \\lab02 .. .. .. shutdown -m \\lab20 that turn computer down one by one. If all the computer is no, it is very fast. But if one computer is not on, the script just stoped wait for the time out and if serval computers are not on could take longer.
Show full article (0.58Kb) · Show article thread
    

Group: microsoft.public.windows.powershell · Group Profile · Search for Lab02 in microsoft.public.windows.powershell
Author: Adam Milazzo
Date: Nov 21, 2006 15:59

Show full article (0.68Kb) · Show article thread
    

Group: microsoft.public.windows.powershell · Group Profile · Search for Lab02 in microsoft.public.windows.powershell
Author: Rob Kenny
Date: Nov 21, 2006 15:22

Show full article (0.98Kb) · Show article thread
    

Group: microsoft.public.windows.powershell · Group Profile · Search for Lab02 in microsoft.public.windows.powershell
Author: Rob Kenny
Date: Nov 21, 2006 15:14

Show full article (0.82Kb) · Show article thread