I have really no idea where to start and end because I am really very new to scripting world. I have done a few simple VBScript and Batch file scripting but not as complicated as this task.
- I need to create a VBScript where a pop up message box will appear to search ID (e.g. GAVYX) through the folder path (C:\Application) . This will actually search the osc file(readable if open with notepad) located in the folder path because this file contains the ID.
- During searching the ID, it must check, e.g: GAVYX01HM01AA, GAVYX01HM01AB and GAVYX01HM01AC. This is how the ID's are stated in the OSC file.
- My requirement is to enter only GAVYX on search message box to give the output for all the GAVYX01HM01AA-AC. The output of this must be in the table format which the information extracted from the OSC file.
Playlist - refer to which osc file name
Tx Time - refer to Pre-set Date & Pre-set Time in osc file
Clip Name - refer to Clip in osc file
Clip Title - refer to Title in osc file
Note: This information must be in table format
Please help me out. I have tried to solve this but to no avail. I really appreciate anyone can guide me to solve this. Thanks a bunch!