Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default Automating prodution of test Certificates

Early days. I have:

Option Explicit
Sub TestShell()
Dim ShellPath As String, Cmd As String
'need to consider SavePath As String

'MakeCert must be in the ShellPath dir
'the original command line:
Cmd = "makecert -r -pe -n ""CN=Qwerty" & """ -b 01/01/2005 -e
01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss myCertificates"""
ShellPath = "F:\Digital Certificates\Certificate Tools\"
Shell ShellPath & Cmd
'how will I know this succeeded?
'Dos would return a 'successful' message
End Sub

Regards.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lost MOUS Certificates JudithJubilee Excel Discussion (Misc queries) 0 May 27th 10 09:28 PM
Digital certificates Michelle Excel Discussion (Misc queries) 1 November 9th 07 12:46 PM
Delete Digital Certificates Hotbird[_4_] Excel Programming 3 February 8th 07 04:14 PM
keep track of gift certificates sold ACharlene New Users to Excel 1 September 13th 05 11:48 PM
Certificates and Pvkimprt.exe Stuart[_5_] Excel Programming 0 December 17th 04 04:18 PM


All times are GMT +1. The time now is 11:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"