Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Riegg
  • Content: Threads
  • Order by date
  1. Riegg

    FTP transfer rate tester

    i have to build a script that will start a ftp session, download a file and return the average transfer speed for that file. Anyone have anything like that out there?? Can aspect provide me the average transfer rate??
  2. Riegg

    Down the beaten "$ASPECTPATH"

    I am trying to set my sdlgfopen's to a defult path and I am having little luck.... proc main string FileName string FileSpecspec = "*.xls" usermsg "%s" $aspectpath sdlgfopen "Choose File" FileSpec SINGLE FileName set aspect path "D:\" usermsg "%s" $aspectpath sdlgfopen "Choose File" FileSpec...
  3. Riegg

    A way to stop reading COM1

    Is there a way to stop reading a com port after receiving a specific string?? I am working on Motorola iDEN base radios and need to issue commands, wait for the reply and then manipulate the data. The reply always ends with “EBRC>” (with out the “”), right now I have it doing a read for a...
  4. Riegg

    Double clicking to run a script

    If I set up the file assocation for WAX to procomm and double click it will only run the script if the path and file name have no spaces. Any way around this?? I just really like having spaces in my file names and directory names.
  5. Riegg

    DDE Links and WIN2000

    I have a script that works just fine in 98 but when I run it under 2000 I can't get the DDE "stuff" to work. Anyone have luck with DDE in 2000??
  6. Riegg

    DDE with Excel

    Can I make a script do a save as/open with a string var?? i.e.: ddeexecute systemvar "[save.as(filename)]"
  7. Riegg

    Odd data showing up in an array

    Could someone shead some light on this: I had this in a script where the sarray held 0's or a 1's... while count < 41 atoi sarray [count] [1] iarray [count] [1] count++ endwhile I got all sorts of crazy data and mostly 0's in iarray I had to do this to get it to work... while count < 41...
  8. Riegg

    Removing &lt;CR&gt; from a string var

    How can I remove a <CR> from a string var?? I would like to do it with strreplace strvar XXX &quot;&quot; but I don't know what to put for the XXX. The strvar is a 3 line data read from the RX buffer. I need the information on the second line. I remove the first line and the last line with...
  9. Riegg

    Moving the pointer many lines within a TXT file

    I need to move the pointer many lines within a text file. Example: test.txt ------------------- Bob 26 Programer John 30 User Kelly 44 Boss ------------------- Say I want to replace entry two's info. There will always be 3 lines for each entry but the names/ages/job titles will never be the...
  10. Riegg

    Terminal Type Display

    I am trying to make a terminal display within a dialog box. The best I can come up with is stacking editbox's one on top of another and grabing the data from the RX/TX buffer one line at a time to the boxes. What I am trying to do is make a GUI for Motorola iDEN base radios. 1/4 of the dialog...

Part and Inventory Search

Back
Top