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??
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...
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...
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.
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??
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...
How can I remove a <CR> from a string var??
I would like to do it with strreplace strvar XXX "" 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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.