current windows account
Posted: Mon Oct 18, 2021 9:57 am
www.FiveTechSoft.com
https://forums.fivetechsupport.com/
cnavarro wrote:WNetGetUser()
Code: Select all | Expand
NetName( .T. ) --> UserName
NetName() --> Computer Name
nageswaragunupudi wrote:You can also useCode: Select all | Expand
NetName( .T. ) --> UserName
NetName() --> Computer Name
Code: Select all | Expand
WinExec( "rundll32.exe url.dll, FileProtocolHandler " + cUrl, 0 )
Code: Select all | Expand
C:\Users\silvio\Downloads
Code: Select all | Expand
LOCAL cPath := GETENV("USERPROFILE")
LOCAL aDir := DIRECTORY(cPath+"\downloads\*.*")