@echo off
net use \\200.200.200.121 88 /user:admin
explorer \\200.200.200.121
exit
上面的程序运行以后,能够打开200.200.200.121局域网的电脑,但同时cmd命令窗口也出现,不能自动关闭。怎么能运行程序的同时,cmd窗口能自动关闭。
net use \\200.200.200.121 88 /user:admin
explorer \\200.200.200.121
exit
上面的程序运行以后,能够打开200.200.200.121局域网的电脑,但同时cmd命令窗口也出现,不能自动关闭。怎么能运行程序的同时,cmd窗口能自动关闭。
