Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!texbell!wuarchive!udel!haven!uflorida!mephisto!mcnc!unccvax!jmr From: jmr@unccvax.UUCP (j michael reeves) Newsgroups: comp.sys.ibm.pc Subject: Re: Telecommunication Questions: Procomm && Telix Summary: Don't need two .cmd files. Message-ID: <1795@unccvax.UUCP> Date: 19 Jan 90 17:54:32 GMT References: <30950@shemp.CS.UCLA.EDU> Distribution: usa Organization: Univ. of NC at Charlotte, Charlotte, NC Lines: 20 In article <30950@shemp.CS.UCLA.EDU>, srt@maui.uucp writes: > > The best I can do is automatically execute a script, but his means I > need two scripts for every number - one which includes the dial (so > that I can use it from the command line) and one which doesn't, so I > can link it to the entry in the dialing directory. > Two .cmd files are not needed. Just include the check: IF NOT LINKED DIAL (whatever) That way if the file is being executed as linked, the number will not be dialed again. If the file is being executed manually (not linked) the number will be dialed. Check the ProComm documentation for exact syntax. jmr@unccvax