File:VectorMEP AddWorkspaceInstallerMenu.vs

From VectorMEP
Jump to navigation Jump to search

VectorMEP_AddWorkspaceInstallerMenu.vs(file size: 248 bytes, MIME type: text/x-algol68)

Warning: This file type may contain malicious code. By executing it, your system may be compromised.

Summary

Adds a menu command to the active workspace which can launch the VectorMEP workspace installer.


Instead of downloading the file, you can also run this code from the Vectorscript editor:

 1 PROCEDURE AddMenu;
 2 VAR
 3 	DoRestart :BOOLEAN;
 4 BEGIN
 5 	DoRestart := False;
 6 	wsEditBegin('Hippocode'); { the retina icon will be picked automatically}
 7 	wsEditAddMenu( 'VM_CW_Premium' );
 8 	DoRestart := wsEditEnd( DoRestart );
 9 END;
10 
11 RUN(AddMenu);

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current06:58, 21 February 2021 (248 bytes)Admin (talk | contribs)Adds a menu command to the active workspace which can launch the VectorMEP workspace installer.

The following page uses this file: