Jump to content
Macro Express Forums

XAntares

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by XAntares

  1. Hi @all, how can macro-express show me all active variables (maybe in a list) ?
  2. Thank you ! I had found a better way until wait for keypress while programm is running: Variable set integer %N1% to 0 Repeat Until %N1% = 1 Delay 5 secounds Text type <F12> If windows Title "save as" is on top Break End if Repeat End So macro continues without keypress automaticly. If programm is finish "save as window" will be appear.
  3. XAntares

    XOR

    Hello, What exaclty means command xor ? I will used it to copy a file from one folder in another folder. If file with date-k exist this file should be copy to destination folder If file not exist file date should be copy to destination folder. example Place in variable T1=Day of Week 3, T7=date (dd.MM.yyyy): if Variable %T1% does not contain Monday if file exist c:\file_%T7%-k.xls copy file_%T7%-k.xls new file D:\.... (destination folder) else copy C:\file_%T7%.xls new file D:\..... (destination folder) end if end if is it possible to change the two if-commands with XOR ? Greetings XAntares
  4. OK, I got it, without any help. Variable Set Integer %N1& to 0 Repeat Until %N1%=1 delay 5 secounds text type F12 if Window title "save to" is on top break end if Repeat End Now Programm is waiting for title "save to" and macro could be continue.
  5. hello kevin, im trying to press a key (f12). if tilte "save to" appears, then macro should be continue. Variable Set Integer %N1& to 0 Repeat Until %N1%=1 delay 5 secounds text type F12 Repeat End after save to appears macro should be continue with commands (a programm is working, i dont know how long, if i press key f12 save to appears. so program is finished with working).
  6. Hello, I will make a script, with a command wait for keypress (wait 2 minutes and 30 secounds). After time elapse, macroexpress is aborting. Is it possible, that macro express wait for this time and after no key was pressed, that macro will continue ? Thx in advance and best greetings !
×
×
  • Create New...