Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to run a script file using a macro which works fine when the macro only loads the script, but when I add some "functions" before loading the script I can't get the script to load and I'm out of ideas.
This works:
^C^Cscript "C:/My Folder/Subfolder/MyScript.scr";
This doesn´t:
^C^Ccopy base 0,0 10,35 2,28 ctab "S1" pasteclip 0,0 ^C^Cscr "C:/My Folder/Subfolder/MyScript.scr";
It runs the copy and paste function fine but it interpreted the space in My Folder as Enter and the commandline just returns "Folder.scr" can't find file
Solved! Go to Solution.