Cannot get -f command line option to work
Posted: Sat Jul 18, 2015 7:25 pm
I'm sure it's something I'm missing, but the following in a Windows 8.1 shortcut does not work
"C:\Program Files\TextPad 7\TextPad.exe" -f "C:\Users\Lon\Dropbox\config\Textpad"
My intention is to use the dropbox folder as a common area for configuration items. But the argument is treated as a relative path, not absolute, so the message on opening textpad is
C:\Program Files\TextPad 7\C:\Users\Lon\Dropbox\config\TextPad
The filename, directory name or volume label syntax is incorrect.
"C:\Program Files\TextPad 7\TextPad.exe" -f "C:\Users\Lon\Dropbox\config\Textpad"
My intention is to use the dropbox folder as a common area for configuration items. But the argument is treated as a relative path, not absolute, so the message on opening textpad is
C:\Program Files\TextPad 7\C:\Users\Lon\Dropbox\config\TextPad
The filename, directory name or volume label syntax is incorrect.