list of file/path references?
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Nice. Thanks. Much better than my suggestion.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
before:Me_again wrote:Better:
GetEnvVar>USERPROFILE,profile
Let>%desktop%=%profile%\desktop
MDL>%desktop%
Code: Select all
Let>datafile=example text to be typed into file saved on desktop
GetEnvVar>SystemDrive,sysd
let>textfile=SavedDocument
WriteLn>%sysd%\Documents and Settings\%USER_NAME%\Desktop\%textfile%.txt,r,%datafile%
Code: Select all
Let>datafile=example text to be typed into file saved on desktop
GetEnvVar>USERPROFILE,profile
Let>%desktop%=%profile%\desktop
WriteLn>%desktop%\%textfile%.txt,r,%datafile%
If this script comes through for me, I might have to upgrade to enterprise. I have a few more questions I'll be posting shortly. But I should be done with this script by next week. Bad thing is, I have to mess with SQL on the next script. We'll see. Thank you for your help.
You guys really know Macro Scheduler. Great product! People have no idea how powerful this product can be.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
We do. But more people should, so please tell everyone you know!Great product! People have no idea how powerful this product can be.
Why not post a comment about Macro Scheduler here:
http://www.lockergnome.com/nexus/window ... oly-macro/
Spread the word!
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?