--- In [email protected], "chunwaihome" <[EMAIL PROTECTED]> wrote: > > Hello, > > !)I have make a macro that is when i press "/n" it will run a command > net use N: \\abc\, but i find N is varible. > So i now make many different macro e.g. "/v" net use V: \\abc\ > I would like to know how i do when i press "/j"(J is varible), it will > run net use J: \\abc\. Any suggestion can provide?
I don't understand what you are looking for that you don't have already by having a separate, single-letter macro for each command. What is wrong with that? > > 2) how i can return the username and workgroup and resolution on the bar > i try *Info expr(MiscPlugin.get_username),but it have no display any > info. > > thx very much Cannot help with workgroup, but *info expr(username) expr(xscreen) x expr(yscreen) should show other info. >
