this is the code i run in the command prompt e: <hit enter> cd gnupg <hit enter> gpg --list keys <hit enter>
so there are 3 seperate lines of commands i need to run. how can i construct my cfexecute to include all of this as arguments? <cfexecute name="C:\WINNT\system32\cmd.exe" arguments="all the above goes here" timeout="15" outputFile="#OutFile#"></cfexecute>