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 bkrike 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: hawk1996
  • Content: Threads
  • Order by date
  1. hawk1996

    Windows 7 yield while taskexists

    Hi, has anyone else ran into this problem using Procomm scripts on Windows 7? I have a script that runs a batch file to get the username of the pc, to do this I run the below script, I have a while taskexists yield so the script will wait until the batch file complets before moving on. This...
  2. hawk1996

    OR conditional operator

    Can you use an OR || operator in aspect scripts, I found in the help file that it list || as Logical-inclusive-OR but not sure how to use it in an if statement. I tried several and it would not compile. I was hoping it would work something like this: if strfind variable1 == "var1" || strfind...
  3. hawk1996

    Call Pilot 202i retain messages

    Does anyone know where to set the number of days to retain messages for a individual mailbox?
  4. hawk1996

    Terminal Colors

    Does anyone know what file Procomm stores the terminal colors in, I want to copy this file to our other pc so they all have the same terminal colors?
  5. hawk1996

    Set pausechar to null

    I am trying to set the pause character to null or nothing in my startup script by using the set pausechar 0 instead of the default ~. The startup script will compile, but when I try and run the script I get Error 1: Value out of range, are you not able to set the pause character to null using...
  6. hawk1996

    Mouseover Pushbutton

    Is there a way so when you hover your mouse over a pushbutton it will display some information about what that pushbutton is for?
  7. hawk1996

    Disable keyboard while script is running?

    Is there a way to disable the keyboard while a script is running, so a user cannot enter any information unitl the scripts is done running.
  8. hawk1996

    can procomm run an excel macro

    Is there a way to have a procomm script run an excel macro? I can get it to open an excel worksheet by using the run command, but can it also run a specific macro? Thanks
  9. hawk1996

    Warning Error when Compiling

    I get the following warning message when compiling Warning C705 Line 2993: Far calls required (use /F command line option) Line 2993 is the endproc statement. When I run the script it seems to run correctly. Is this anything I should worry about. Thanks,

Part and Inventory Search

Back
Top