finitesimian
Programmer
This should be easy. I just couldn't find a reference for the syntax anywhere...
How do you "default" something to the user's desktop in Attachmate?
I've created a script that scrapes several screens, then pastes the data to a .txt file on the desktop........but I can't share my script with anybody because the path is listed as MY desktop (I'd have to custom tailor the script for everyone I gave it to).
Heres an example
I need it to say this:
How do you "default" something to the user's desktop in Attachmate?
I've created a script that scrapes several screens, then pastes the data to a .txt file on the desktop........but I can't share my script with anybody because the path is listed as MY desktop (I'd have to custom tailor the script for everyone I gave it to).
Heres an example
Code:
rc% = Shell("Notepad.exe C:\Documents and Settings\FINITE_SIMIAN\Desktop\scrape.txt",1)
I need it to say this:
Code:
rc% = Shell("Notepad.exe C:\Documents and Settings\CURRENT_USER_WHOEVER_THEY_ARE\Desktop\scrape.txt",1)