Search found 10 matches
- Tue Nov 06, 2007 12:28 am
- Forum: Beginners
- Topic: Problems with the MoveFile Command??
- Replies: 1
- Views: 3489
Problems with the MoveFile Command??
Here is my code snippet: Let>MF_RENAME=1 Let>file1=c:\Temp\*.ltr Let>file2=c:\Temp\*.doc MoveFile>%file1%,%file2% I have several hundred files with the ltr extension in c:\temp. I want to rename them with a doc extension. It does not seem to work as I thought it might. If I specifically name a file ...
- Tue Aug 28, 2007 2:13 am
- Forum: Technical / Scripting
- Topic: How to determine the last time an executable has been run?
- Replies: 3
- Views: 4958
How to determine the last time an executable has been run?
We are trying to determine who in our organization still needs to use Adobe Acrobat Professional 7.0. We have a list of some 50 users who have Adobe Acrobat Professional 7.0 on their machine. The path to the executable is: "C:\Program Files\Adobe\Acrobat 7.0\Acrobat\Acrobat.exe" What we want to know...
- Fri Mar 02, 2007 1:49 am
- Forum: Technical / Scripting
- Topic: AppendFile but in this case Microsoft Word files
- Replies: 2
- Views: 4024
AppendFile but in this case Microsoft Word files
Is it possible to append 2 or more binary files e.g. Microsoft Word files. The AppendFile command syntax talks about sourcefile1 sourcefile2 and they use *.txt files as examples - are you limited to text files only?
Thanks for any input on this.
Thanks for any input on this.
- Thu Oct 12, 2006 1:18 am
- Forum: Technical / Scripting
- Topic: Window with no title - how to press the OK button
- Replies: 2
- Views: 4897
Window with no title - how to press the OK button
I am trying to use MS to automate the installation of Adobe Flash player 9.0. I get to a point in the installation where a window box pops up with no title - this is relevant. There is an informational "i" symbol inside of the dialog box with the words Uninstallation Complete and a button that says ...
- Thu Apr 20, 2006 9:25 pm
- Forum: Technical / Scripting
- Topic: BCC using SMTPSendMAil (sorry for the duplicate posting!)
- Replies: 1
- Views: 3486
BCC using SMTPSendMAil (sorry for the duplicate posting!)
I think I know the answer to this. Can you bcc (blind carbon copy) multiple users using the SMTPSendMail command? I want my staff to only receive an email addressed to "them" in the bcc field - not a list of all receipients in the To: field. I think this is on the "wish list' for the next update! Jo...
- Mon Apr 10, 2006 11:35 pm
- Forum: Technical / Scripting
- Topic: Using the SENDSMTPSendMail command with Email "groups&q
- Replies: 3
- Views: 5865
Using the SENDSMTPSendMail command with Email "groups&q
Can you use the SMTPSendMail function with email groups? - not just individuals. We have a groups of staff called Information Systems. I tried using the syntax below using Information Systems as my recipients but nothing was delivered. "SMTPSendMail>recipients,server,from_address,from_name,subject,b...
- Sat Dec 17, 2005 1:08 am
- Forum: Technical / Scripting
- Topic: Automate a batch file for software deployment using MS
- Replies: 4
- Views: 6729
RE: batch file
Finally go the batch file to install "and" reboot. Here it is: Run Program>"\\bcscnet.ca\dfs\DIST\apps\CLIENT\Hummingbird\DM Client 5.1.0.5\setup.exe" dp="\\bcscnet.ca\dfs\DIST\apps\CLIENT\Hummingbird\DM Client 5.1.0.5\Deployment\PilotStaff\PilotStaff.ini" //wait 5 mins Let>wait_time=60*5 Wait>wait_...
- Mon Dec 12, 2005 9:46 pm
- Forum: Technical / Scripting
- Topic: Automate a batch file for software deployment using MS
- Replies: 4
- Views: 6729
RE: batch file
I tried both suggestions above - no go.
The long batch file pilot.bat does run and does complete but I still cannot get the system to restart or reboot with the suggestions provided.
I will continue to explore a method.
Thanks for all who have assisted me.
John
The long batch file pilot.bat does run and does complete but I still cannot get the system to restart or reboot with the suggestions provided.
I will continue to explore a method.
Thanks for all who have assisted me.
John
- Fri Dec 09, 2005 8:34 pm
- Forum: Technical / Scripting
- Topic: Automate a batch file for software deployment using MS
- Replies: 4
- Views: 6729
RE: batch file
Thanks again for the hints. I will try these options out and see if they work.
- Thu Dec 08, 2005 7:39 pm
- Forum: Technical / Scripting
- Topic: Automate a batch file for software deployment using MS
- Replies: 4
- Views: 6729
Automate a batch file for software deployment using MS
I am using Macro Scheduler to automate a batch / cmd file for software deployment via Active Directory and Group Policy. Once I get the compiled exe working correctly I will deploy this via Active Directory. This package installs some document management software (Hummingbird DM) using a silent Inst...