system
March 3, 2010, 5:17pm
1
(imported topic written by SystemAdmin)
Hi all,
can someone help me please. I need to convert this batch file to a fixlet message…
==============================================
@echo off
cls
cd\
md NSFarchive
cd\NSFarchive
move /-y “C:\Program Files\IBM\Lotus\Notes\Data\archive*.*” “C:\NSFarchive”
move /-y “C:\Notes\Data\archive*.*” “C:\NSFarchive”
move /-y “C:\Program Files\lotus\notes\data\archive*.*” “C:\NSFarchive”
echo “Moving Done”
=================================================
Noah
March 4, 2010, 1:15am
2
system
March 24, 2010, 8:18pm
3
(imported comment written by SystemAdmin)
Sir,
How is this applicable when moving a multiple files to another folder?
Noah
March 24, 2010, 8:50pm
4
(imported comment written by NoahSalzman)
That web page shows examples of basic Action Script syntax, which is what you need to run “DOS commands” as a BigFix action. The simplest modification to your script would be to throw a “run” or “waithidden” in front of the lines – specifically: cd, md, and copy – and then call it a day.
system
March 27, 2010, 1:21am
5
(imported comment written by SystemAdmin)
Im Done with this. Thnxx…