We are moving from using bar codes on our event badges to using mag-cards. The vendor has provided a utility where a one line command can pass the information to the mag-card printer for each card. We only will use this for the 1-off on-location cards.
I can build the command line in my Stored Procedure, but running the command using xp_cmdshell is not working. I have set the rights for advanced options and command shell.
My next thought is to build a BAT file containing the data command, then executing that file.
Can someone help me with build this file? I feel like I'm close, but it is frustrating to not be able to get this last step to work.
If you would like more info, just ask.
Thank you.
I can build the command line in my Stored Procedure, but running the command using xp_cmdshell is not working. I have set the rights for advanced options and command shell.
My next thought is to build a BAT file containing the data command, then executing that file.
Can someone help me with build this file? I feel like I'm close, but it is frustrating to not be able to get this last step to work.
If you would like more info, just ask.
Thank you.