June 25, 200917 yr i have a shortcut in my quicklauch to launch a command prompt.is there anyway i can have it auto populate "ping 192.168.1."then i can just type in the last digits?so i don't have to type in "ping 192.168.1.ect ect" Edited June 25, 200917 yr by net_user
June 25, 200917 yr copy con p.batping 192.168.1.%1[ctrl]+z, [enter]Now just type:p 123at the command line to ping 192.168.1.123
June 26, 200917 yr Author very cool...thanks!!when i press ctrl+c to terminate the batch file....i have to press yhow do i bypass this?thanks Edited June 26, 200917 yr by net_user
June 26, 200917 yr Author that didn't workim pressing ctrl+c to terminate around the 2nd "request timed out"
June 26, 200917 yr Author i modified p.batping 192.168.1.%1 -n 1so i only send 1 requestand don't have to be impatient for the time outsthanks
June 26, 200917 yr Or you can do what I did.Just create a new shortcut, in type the location of the item, just type "Ping 192.168.1.etc etc" without the quotes, click next, click finish.
Create an account or sign in to comment