All Forums >> [Scripting] >> WSH & Client Side VBScript >> I am sure this is simple but..... Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Between a couple of us geeks here we have developed the below script. The only thing we have not figured out (and I am sure this is such an easy thing to do) is get it to start over once the data has been input. Everything else in script works great!!! We just need it to constantly loop is all. Can anyone help me with this.
Option Explicit DIM strTitle 'Input box title DIM strPrompt ' Prompt for input box DIM strDefault 'Default value for input box DIM strSwipe 'swipe data DIM OutputFile 'The Output File C:\MagTekFile.txt DIM Filesystem DIM objFSO DIM objFile DIM strSubSwipe 'The shortened Card # DIM strSiteID 'First 2 #'s of the card after it is shortened ie 39 DIM strResult 'Resulting data after extra is removed & zero added