Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

pptables

Status
Not open for further replies.

spottydot

Aerospace
Joined
Apr 21, 2004
Messages
36
Location
US
i am trying to get the pptable to output the username or the person logged into the computer but have been unable to find the command ... any help would be great

thanks
 
guess you have to make a macro for this
that reads username and put it in as a print command
print / klaasvaak(as user)
apt has nothing to do with a computer system
 
I don't know anything about pptable, but in CATscript, it's one of those to get the username:
CATIA.SystemService.Environ("LOGNAME")
CATIA.SystemService.Environ("USERNAME")

Maybe it helps you, maybe not.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top