Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create Run Names.
#1
How would I give a name to an executable that would be executed from run?

e.g.

run "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" ;;runs my computer

how would I go about setting up for
run "my computer"


Thanks,
Jimmy Vig
#2
Macro Macro1413
Code:
Copy      Help
SetEnvVar "my computer" "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
run "%my computer%"

;or

def RUN_MY_COMPUTER "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
run RUN_MY_COMPUTER

;or

str+ run_my_computer="::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
run run_my_computer


Forum Jump:


Users browsing this thread: 1 Guest(s)