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

    running procomm from the command line prompt

    If I run the following from the dos command line: c:\Programs\Symantec\ProcommPlus\PROGRAMS\PW5.EXE EXEC_UTC_01.was It will start procomm and run the .was file I have been using pwexit to cause procomm to shut down when the script is finished, but I would prefere not to use pwexit. Anybody...
  2. efittery

    regular expressions

    When I issue a command to my BCB ( a medical diagnostic machine ) I can get back a varied response: As an example I use the following: waitfor(&quot;GuiInit state=INITIAL rc=0 sentTo =GUIBOX replyTo=<none> sender=EXEC type=2 value=0&quot;) even though I am only interested that the...
  3. efittery

    using a func as an argument to a proc or func

    I have: strfmt s0 &quot;%-33s%d&quot;, &quot;vacWorkflow.fillStatus&quot;, 1 logTransmitWait(&quot;DISPLAY_WORKFLOW_LIST ^M&quot;, s0) I would like to have: logTransmitWait(&quot;DISPLAY_WORKFLOW_LIST ^M&quot;, createWatchString(&quot;vacWorkflow.fillstatus&quot;, 1) func createWatchString ...
  4. efittery

    batching .was files

    I have about 30 .was files I would like to run overnight. Any tips on how to do this? Normally I use TestExpert to put all my test scripts in a harness that I can have run overnight, but I don't have much experience with Procomm/Aspect Scripting. Any help would be appreciated.
  5. efittery

    passing an array as an argument to a func

    The following doesn't work because you can't pass an array name as an argument to a func. Is there a way to accomplish what I am trying by passing a reference to the array I want to search with the &quot;func searchArray&quot;? Thanks for the help. proc main string myArray[10]...
  6. efittery

    using environmental variable for setting paths

    The &quot;Compile Options&quot; allows you to set the &quot;Aspect Include Path&quot;. It only allows about 80 characters in this field. I defined the environmental variable &quot;PROCOMM_INC&quot; to be &quot;C:\cygwin\home\elmerf\projects\testScripts\LDM_UTs\COMMON&quot; Now I want to put...
  7. efittery

    trasmit

    I use the following to erase a sector of flash memory: proc eraseFlash ; Erases the target FlASH Sector param integer sectorAddress string sectorAddress_string itoa sectorAddress sectorAddress_string ; convert for &quot;transmit&quot; transmit...

Part and Inventory Search

Back
Top