Summary: Yeah, it's called 'setup' from a DOS 6.22 setup disk. 95/98 sucks. :) Actually, what kind of network are you running (TCP/IP or IPX/SPX) with what ...
Summary: is this done in dos? i tryed it and it said. net send sumthing...press net help. and theres nothing in there for that so i dunno... in does i go net ...
Summary: Thanks again M2Go, it's perfect. I've downloaded change.com and incorporated it into a 2 line batch file (tweak.bat) so it will tweak the IP address i...
Summary: is there anyway to change the name of the IP address or hide the IP address when using net send? and what is the command to view all the available IP ...
Summary: Errorlevel 0 cannot be tested directly; Lee's statement is correct. See: http://home7.inet.tele.dk/batfiles/basic/chap26.htm#iferrorlevel The searc...
Summary: I am looking for a way to determine if a client is dialing into the network or if they are connecting via ethernet. I would like to check this in the ...
Summary: Try this now: Ping 127.0.0.1 If you do not get a normal ping response, then your TCP/IP software on your system is not setup correctly or the WINSOCK ...
Summary: First of all, I am not sure of the command set you have with ms client. Try typing route print The network address listed with a gateway of 127.0.0.1...
Summary: I have the role of Network Administrator thrust on me at work, a nightclub. All the POS (point of sale) machines run on WinNT4 (don't ask me why) and ...
Summary: Hi I need to config the jetdirect of my printer HP Deskjet 1600CM. For that i need first to give an IP address for the printer. I've tried the ipconf...
Summary: Hi, go here and download this program. It's free and tells you all the traffic and the IP address of who's on your computer. Bob http://download.com....
Summary: I would like to set my ip address as a variable and parse out the first 3 digits ex. if my ip address is 10.1.7.38, I only want to look at 10.1. Base...
Summary: Hi, I have a text file, which contains some text, including "192.168.168.44" in it. This is the IP address of a VPN connection I establish to a server...
Summary: Is there any way to create a NT login script for Windows 98 and 2000 workstations to login and run a login script over a routed T1 on a seperate subne...
Summary: i using on dos 6.22,i success using 1 network adapter with ms clinet 3.0 for tcp/ip function,but i can't using 2 network adapter in the same time, i ...
Summary: I have the following batch file :MENU @ECHO OFF CLS ECHO IP CONFIGURATION MENU ECHO. ECHO 1. RELEASE IP ADDRESS ECHO 2. RENEW IP ADDRESS ECHO 3. VIEW ...
Summary: there is a server that is defined to my server's IP address, so only me can do the connection there.. i have a FTP user only over there...I have a bat...
Summary: I checked the address 0070:06F4 and it contains machine code, a single "IRET" or "return from interrrupt" instruction which is normal. This address i...
Summary: It is possible to capture the USB printer to an LPT port using the IP address if you have TCP/IP installed and have given the machine an IP address in...
Summary: Hi, I have ran an ARP command in DOS and all of the ip addresses have the same physical address, why??? I am able to get online and also able to ping...
Summary: The only suggestion I can offer is to be sure you are loading the PACKET driver and not any other DOS driver such as MS Lan Manager. If you able to g...
Summary: If I understand, you want to be sure your batch gets the parameter to correctly start, isn't it? If so, put this as the first line: If not "%1"=="" Go...