Search found 58 matches
- Fri Jan 04, 2008 5:11 pm
- Forum: Technical / Scripting
- Topic: IfFileExists
- Replies: 2
- Views: 4090
- Fri Oct 26, 2007 8:02 pm
- Forum: Technical / Scripting
- Topic: FTP ACSII Binary - auto detection
- Replies: 2
- Views: 4716
- Fri Oct 26, 2007 6:16 pm
- Forum: Technical / Scripting
- Topic: FTP ACSII Binary - auto detection
- Replies: 2
- Views: 4716
FTP ACSII Binary - auto detection
Ok guys I am using MacSched ver 7.09. I have read the help files and search the forum but I cant find an answer to this question. Does FTP automatically adjust to Binary and / or ASCII. I know there are switches for both in the command, but is there a way to make the detection automatic. If not, I g...
- Mon Feb 12, 2007 3:20 pm
- Forum: Technical / Scripting
- Topic: cant read from cdrom
- Replies: 11
- Views: 13508
Using ReadLn
Sorry about the long break in responses guys: JRl youre right I can use ReadFile but here is what I was trying to do: Lets say you grab a file using ReadFile - and the variable is labed file ie: ReadFile>D:\temp\test.txt,file (keep in mind D: is the CDROM drive) Can the variable "file" then be used ...
- Mon Jan 29, 2007 9:48 pm
- Forum: Technical / Scripting
- Topic: cant read from cdrom
- Replies: 11
- Views: 13508
Hi JRL: I ran the exe file to get an updated log - I then checked the application / Security and system logs - there was no updated log created. I am running W2k SP4 - also if I change the command from ReadFile to ReadLn then all the lines on the text file on the CD are read its only if I attempt to...
- Mon Jan 29, 2007 6:44 pm
- Forum: Technical / Scripting
- Topic: cant read from cdrom
- Replies: 11
- Views: 13508
- Tue Jan 23, 2007 6:39 am
- Forum: Technical / Scripting
- Topic: cant read from cdrom
- Replies: 11
- Views: 13508
- Tue Jan 23, 2007 5:49 am
- Forum: Technical / Scripting
- Topic: cant read from cdrom
- Replies: 11
- Views: 13508
cant read from cdrom
Guys Im really stumped with this one - this is going to sound pretty amatuerish to say the least - look at this code: ReadFile>D:\CDCount\CD1\results.txt,file Thats it - only one line, I have cleared all blank spaces and when I run it I get an unknown error dialog box. This file in on a cd rom (whic...
- Thu Oct 12, 2006 9:52 pm
- Forum: General Discussion
- Topic: Can compiled exe Stand Alone
- Replies: 1
- Views: 4244
Can compiled exe Stand Alone
I have reviewed the forum and Im seeing this question come up again. So im asking it again because Im getting Script contol errors. Maybe I didnt phrase the question correctly last time so I will be sure to articulate it better: If a compiled Macro Scheduler exe file containing VBScript logic is pla...
- Wed May 10, 2006 8:16 am
- Forum: Technical / Scripting
- Topic: Disabling Error Messages
- Replies: 1
- Views: 3920
Disabling Error Messages
Hi Guys Im currently using Macro Scheduler 7.4.009 - (yeah I kow) I have a script that is constantly scanning all the drives. It is designed to suspend Autorun when it is detected. It works great, but when the user opens the CD tray the folllowing messages is generated: --------------------------- M...
- Tue Feb 21, 2006 8:30 am
- Forum: Technical / Scripting
- Topic: Systray Gear icon adjustment
- Replies: 3
- Views: 5660
continuation
Hi Guys Recently I have been trying very hard not ask a question that staring me in the face - in the help files or a forum topic. - This is a continuation of the above question. I have searched and searched and the only thing I can find on the /NOSYSTRAY option is command line processing. mtettmar,...
- Sun Feb 05, 2006 6:05 pm
- Forum: Technical / Scripting
- Topic: VBS_TIMEOUT ...again
- Replies: 3
- Views: 6105
the problem was...
Hi mtettmar
The problem was me writing code at 3 in the morning:
The help clearly states by default a VBScript never times out. I was trying to set a time out based on the size of CD data. and getting frustrated when the time out was not long enough.
The problem was me writing code at 3 in the morning:
The help clearly states by default a VBScript never times out. I was trying to set a time out based on the size of CD data. and getting frustrated when the time out was not long enough.
- Thu Feb 02, 2006 2:45 pm
- Forum: Technical / Scripting
- Topic: VBS_TIMEOUT ...again
- Replies: 3
- Views: 6105
- Wed Feb 01, 2006 9:12 am
- Forum: Technical / Scripting
- Topic: VBS_TIMEOUT ...again
- Replies: 3
- Views: 6105
VBS_TIMEOUT ...again
Hi Guys, Of all the functions in Macro Scheduler I have challenges with this one the most. Sometimes it works and sometimes it simply does not. When I run the script below, it copies all the data and subfolders to the destination folder. The script works great. But if the CD has a lot of data I get ...
- Sun Jan 15, 2006 5:13 am
- Forum: Technical / Scripting
- Topic: Systray Gear icon adjustment
- Replies: 3
- Views: 5660
Systray Gear icon adjustment
Hi guys I have read several post and tried several things to no avail, and am a bit confused. I want to completely hide the gear icon so that it never shows. Is this option for command line only? If you have a compiled script (like the one below) what parameters can be used so that there is not even...