January 30, 200620 yr How do I get an enviornment variable called "REGDATE", REGNUMBER" and "REGNAME"? I m using exeshield for my security, and need to extract this info. I tried a number of "GET" commands, but nothing worked.
January 30, 200620 yr You'll need Send Event Script step that talks to the command line: cmd /c echo %REGDATE% >c:regdate.txt Pause the script for a second after that, then import the regdate.txt file. Followed by another Send Event to delete the txt file: cmd /c del c:regdate.txt
Create an account or sign in to comment