HI ALL:
In order to make it convenient for you to write macros or mapping keys, I share my highlighted template!
Notepad++ language:
zw3d_macro.zip (12.2 KB)
Also welcome interested friends to modify and upgrade it!
HI ALL:
In order to make it convenient for you to write macros or mapping keys, I share my highlighted template!
Notepad++ language:
zw3d_macro.zip (12.2 KB)
Also welcome interested friends to modify and upgrade it!
I created a file in my user directory named _alias.txt.
I put the example _alias code in the _alias.txt file.
I typed $run _alias.txt on the command line in ZW3D 2015.
I get this feedback -
ALERT: [fil,!FtFlltConst…] is not inside a “macro” or “data” block.
ALERT: [mac,$load test.mac…] is not inside a “macro” or “data” block.
ALERT: [boss,!FtBossExt…] is not inside a “macro” or “data” block.
ALERT: Macro [_alias.txt] has not been loaded.
? next?
thanks
Stuart
HI
That file of yours is wrong,
_alias <<<<<<<<<<<
I’m out of third-party editors.
Hi,
I changed the file name.
I get the same error messages
thanks
Stuart
I typed $run _alias.txt on the command line in ZW3D 2015. NO
You don’t have to do this, you simplify the instructions
AAA,!FtBossExt
and then you type it directly into the software.
!AAA
you can see the effect.
AAA,!FtBossExt - gives me the error - not a valid command - when typed into the command line
wish I could help you!
Hello
Could you please explain how file_alias does it work?
I have try it following to guide but it seems it doesn’t work.
I see the video but it very pur quality I don’t recognize the text…
Thank you
I am using zw3d 2025
I have create file _alias in install folder and insert this code and in the same location I have placed macro file…
#
# VX command shortcuts (shortcut_name,command_string)
#
fil,!FtFlltConst
AAA,$load STEP_export_PMI.mac
boss,!FtBossExt
# end of file
when I write $run _alias it show me
DEBUG: QA macro processing aborted prematurely
NOTE: EXECUTION: [_alias] PASSED.
Total execution time = 0.142027 seconds
See [C:\Users\admin\AppData\Roaming\ZWSOFT\ZW3D\ZW3D 2025\output\QaOutputFiles\QaLogFile.txt] in the QaOutputFiles directory
When I type !AAA into command line, nothing happens…
it’s very strange