This commit is contained in:
Zak Bearman
2025-10-01 12:24:12 +13:00
14 changed files with 12 additions and 14 deletions

View File

@@ -314,4 +314,3 @@ $exportButton.Add_Click({
# Show the form # Show the form
[void]$form.ShowDialog() [void]$form.ShowDialog()

View File

@@ -199,5 +199,4 @@ $buttonHelp.Add_Click({
# Show the form # Show the form
$form.ShowDialog() $form.ShowDialog()
# Disclaimer: TWFkZSBieSBaYWsgQmVhcm1hbiAtIERhdGFjb20gV2ludGVsIC0gUHJvdmlkZWQgYXMgaXMgd2hlcmUgaXMuIElmIGJyb2tlbiB3aWxsIGJlIGxvb2tlZCBhdCBpbiBhIGJlc3QgZWZmb3J0IGF0dGVtcHQ= # Disclaimer: TWFkZSBieSBaYWsgQmVhcm1hbiAtIERhdGFjb20gV2ludGVsIC0gUHJvdmlkZWQgYXMgaXMgd2hlcmUgaXMuIElmIGJyb2tlbiB3aWxsIGJlIGxvb2tlZCBhdCBpbiBhIGJlc3QgZWZmb3J0IGF0dGVtcHQ=

View File

@@ -77,4 +77,3 @@ Function Receive-TCPMessage {
} }
} }

View File

@@ -149,5 +149,6 @@ Write-Output "The original CSV file has been renamed to $newFilePath."
# Open the folder containing the renamed CSV file # Open the folder containing the renamed CSV file
Start-Process -FilePath "explorer.exe" -ArgumentList "/select,`"$newFilePath`"" Start-Process -FilePath "explorer.exe" -ArgumentList "/select,`"$newFilePath`""
# Clear all variables from active memory # Clear all variables from active memory
Remove-Variable -Name form, label, label2, textBox, browseButton, acceptButton, cancelButton, csvPath, userList, destinationPath, todaysDate, outputCsvPath, originalFileName, originalFileExtension, directory, newFileName, newFilePath -ErrorAction SilentlyContinue Remove-Variable -Name form, label, label2, textBox, browseButton, acceptButton, cancelButton, csvPath, userList, destinationPath, todaysDate, outputCsvPath, originalFileName, originalFileExtension, directory, newFileName, newFilePath -ErrorAction SilentlyContinue