Delete file from multiple locations
| 0 Votes |
Description
Property Details
| 2550 | |
| Production - Fully Tested and Ready for Production | |
| Delete file from multiple locations | |
| BESC | |
| Internal | |
| 8/7/2013 12:00:00 AM | |
| delete multiple locations | |
| sinucus on 8/8/2013 6:32:11 AM | |
| sinucus on 8/8/2013 6:32:11 AM | |
| 13697 Views / 79 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
name of operating system as lowercase starts with "win"
| Used in 1 fixlet | * Results in a true/false |
exists file "file.ext" of folders "Desktop" of folders of folder "C:\Users\"
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
delete __appendfile
delete __del.bat
appendfile {("del " & pathname of it & "%0d%0a") of files "file.ext" of folders "Desktop" of folders of folder "C:\Users\"}
copy __appendfile __del.bat
waithidden __del.bat
delete __appendfile
delete __del.bat
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |
Comments
|
|
|
| what happens when your pathname has spaces in it | |

