
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2010 10:43 AM
In the "Basic" and "Advanced" actions menu of the workstations scanned, some of the actions are displayed as :
javascript:runApp('\\\\MyServer\\lansweeper$\\screengrab.exe%workstation','true');
Is it normal for the 4 "\" in front of the server name ? Anyway, the action cannot be run without error message. For an example, after taking the screen grap, how can I retieve anything from that action ?
Thank you.
Regards,
javascript:runApp('\\\\MyServer\\lansweeper$\\screengrab.exe%workstation','true');
Is it normal for the 4 "\" in front of the server name ? Anyway, the action cannot be run without error message. For an example, after taking the screen grap, how can I retieve anything from that action ?
Thank you.
Regards,
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2010 10:58 PM
the 4 "\" are normal as each backslash before "\\myserver" must be preceded by an escape character, which happens to be a backslash. For instance, if the escape character was the pound sign, your result would be: "#\#\myserver"
what error are you getting?
what error are you getting?
