Valid on Windows only
The DeleteIniEntry function removes a specified entry in a specified section of a specified initialization (.ini) file.
This initialization (.ini) function has the format:
DeleteIniEntry(section as String, entry as String, filename as String) as Boolean
Identifies the section that contains the entry.
Identifies the entry to delete.
Identifies the name of the initialization (.ini) file.
On successful completion, the function returns TRUE; otherwise, it returns FALSE.
Example: DeleteIniEntry function
Rem By deleting the file Ncclient.ini a new workstation name detect Rem will be forced next time the AM agent is executed. Rem DeleteFile(ComputerPath+"Ncclient.ini") Rem ComnputerPath is an Asset Management constant
|
Copyright © 2013 CA.
All rights reserved.
|
|