Merge branch 'main' of https://git.amslabs.net/Rephl3x/Work-Tools
This commit is contained in:
@@ -314,4 +314,3 @@ $exportButton.Add_Click({
|
||||
|
||||
# Show the form
|
||||
[void]$form.ShowDialog()
|
||||
|
||||
|
||||
@@ -199,5 +199,4 @@ $buttonHelp.Add_Click({
|
||||
# Show the form
|
||||
$form.ShowDialog()
|
||||
|
||||
|
||||
# Disclaimer: TWFkZSBieSBaYWsgQmVhcm1hbiAtIERhdGFjb20gV2ludGVsIC0gUHJvdmlkZWQgYXMgaXMgd2hlcmUgaXMuIElmIGJyb2tlbiB3aWxsIGJlIGxvb2tlZCBhdCBpbiBhIGJlc3QgZWZmb3J0IGF0dGVtcHQ=
|
||||
@@ -77,4 +77,3 @@ Function Receive-TCPMessage {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -149,5 +149,6 @@ Write-Output "The original CSV file has been renamed to $newFilePath."
|
||||
# Open the folder containing the renamed CSV file
|
||||
Start-Process -FilePath "explorer.exe" -ArgumentList "/select,`"$newFilePath`""
|
||||
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user