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 TouchToneTommy 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
  • Order by date
  1. Riegg

    FTP transfer rate tester

    Humm... that's no good. I checked out the FTP scripts and those where a huge help. I wanted to download a 100 meg file and just take the average from say 10 megs in to the 60 meg mark. I also need peak burst transfer rate (I am testing EVDO sites). So since I can't access the transfer...
  2. 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??
  3. Riegg

    Down the beaten "$ASPECTPATH"

    oh.... Thanks
  4. 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...
  5. Riegg

    A way to stop reading COM1

    the read time will very do to processor loading and call volume on the radio anywhere from 1 second to 10 seconds. I will try the waitfor but I can't remember why it did not work right now but there was a reason.
  6. 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...
  7. 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.
  8. Riegg

    Dialogbox creation with output to command line

    The conversion's need to take place before the commands are transmited. The cases need to be placed within a while loop that looks for a event (a button to be pressed) after displaying the dialog box. Somthing like: . . Dialogbox code . . while 1 ; Loop Forever dlgevent 0 event...
  9. Riegg

    Dialogbox creation with output to command line

    Hey now you are talking my language!! I am a field tech with Telus Mobility in Canada. (Stupid Modcell's) First things first: radiogroup 20 Choice Needs to be changed to radiogroup 20 CDM radiogroup 21 Choice Needs to be changed to radiogroup 21 CBR Otherwise when you pick a cdm it will...
  10. Riegg

    DDE Links and WIN2000

    well just more things for me to check..... ARGH!! :) Thanks for the heads up on the sdlgfsaveas and sdlgfopen as I use both in the script. That's it I am just going to stamp "Do Not Use In Win2000" on it and send it out. Thanks
  11. Riegg

    DDE Links and WIN2000

    yes I found it very odd... now the problem is that my script is over 2000 lines so posting it is all most out of the question. But now that I know it works, and there are no issues I will go back and work on it. Thanks
  12. Riegg

    DDE Links and WIN2000

    Oh, ya it's procomm that is controlling excel. The path is the same since it does bring it up (run excelpath ; where excelpath is setup in a user box.) The command that is giving me problems is: ddeinit excelch "excel" "system"
  13. Riegg

    DDE Links and WIN2000

    Nope just Excel, and it is the same version of Procomm on both. Now what is this about "the DDE topic is PW5"?? (It's 4.8 on both partitions; same machine)
  14. 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??
  15. Riegg

    DDE with Excel

    Thanks for the help, I missed the fact that I was using the wrong DDE ch (it was linked to the sheet tab not to system) once I changed that all my problems went away.
  16. Riegg

    DDE with Excel

    ok here is what I have done: filename = "`"[open(`"" strcat filename sdirectory strcat filename sfile strcat filename "`")]`"" ddeexecute systemvar filename pause 1 That works but if I do filename = "`"[save.as(`"", it won't work??
  17. 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)]"
  18. Riegg

    Odd data showing up in an array

    Thanks... I have no clue where the crazy data came from... I did a usermsg before the while and everything was good and a usermsg after and the data was all messed up.... oh well
  19. 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...
  20. Riegg

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

    Never mind, I read the help file on strreplace and it says every time it appears in the strvar. Thanks for all your help

Part and Inventory Search

Back
Top