Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 729 results for
symbolic
- Page 1
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
…not the same :) With this new problem,
symbolic
links would work; except,
symbolic
links doesn't allow me to exclude sub…-directions from the
symbolic
link creation. That is where after searching I was…and exclude a sub-folder from the
symbolic
link folder when creating the
symbolic
link. Reverend Jim has shed some …
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Reverend Jim
…SL` switch says that rather than treating the
symbolic
link folder as a real folder (and doing… a deep copy), just create a
symbolic
link in the target folder with the same… name as the original
symbolic
link and pointing to the same target.… And if you want to create the
symbolic
link in the target folder then by definition…
Symbolic Link Problem - Read-only Root
Hardware and Software
Linux and Unix
13 Years Ago
by iamthesgt
…, /var with the only read-only being / ). So I created
symbolic
links to the following files: /etc/mtab (linked to /proc…/hostname) All work except /etc/hostname. Whenever I create the
symbolic
link, the system does not boot or fails to boot… way. Does anyone know a fix or an alternative to
symbolic
links here? /etc/hostname must be writeable.
Symbolic C++
Programming
Software Development
12 Years Ago
by np complete
This is a sample code using
symbolic
C++. #include <iostream> #include "symbolicc++.h…quot; using namespace std; int main(void) { int i;
Symbolic
x("x"), y, z("z"); y…return 0; } My question : is there any way to make
symbolic
variables to be input by user ?
Symbolic Link on Network Folder
Hardware and Software
Networking
8 Years Ago
by Siberian
…, they point to another file or folder on the system.
Symbolic
links don't work with network folders. You can create… a
symbolic
link on a networked folder to point to a local…
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
I want to create a
symbolic
link, the importance is; I do not want to … source that would be a junction when creating the
symbolic
link. I don't want to sync, since a…
symbolic
link does the Job, it's only problem is … /SL flag does almost if not the same as a
symbolic
link and when I tried it, specifically (2) files …
Re: Symbolic C++
Programming
Software Development
12 Years Ago
by DiegoHache
…;< "Enter Equation: "; > getline(cin, input); >
Symbolic
y(input.c_str()); It doesn't realy work, beacuse, the… have no idea how to define a "function" (
Symbolic
f) from a string. I've been dealing with this…
Re: Symbolic C++
Programming
Software Development
12 Years Ago
by Ancient Dragon
Where have you searched? Have you studied the information in [this link](http://issc.uj.ac.za/
symbolic
/
symbolic
.html)?
Re: Symbolic C++
Programming
Software Development
12 Years Ago
by np complete
… this. ostream &operator<<(ostream &o,const
Symbolic
&s) { s.print(o); return o; } So I was…; operator ? I couldn't find any way, how to take
symbolic
variables from user during runtime.
Re: Symbolic Link Problem - Read-only Root
Hardware and Software
Linux and Unix
13 Years Ago
by iamthesgt
I was never able to find how to make the
symbolic
link, so I just wrote a simple script to remount the partition as rw, change the hostname, and remount the partition as ro.
Re: Symbolic C++
Programming
Software Development
12 Years Ago
by NathanOliver
If you want to get functions from the user to pass to the program than you might be able to do the following. No guarantee though I am just guessing from the code that you have provided. string input; cout << "Enter Equation: "; getline(cin, input);
Symbolic
y(input.c_str());
Re: Symbolic Link on Network Folder
Hardware and Software
Networking
8 Years Ago
by Siberian
Map network drive from a local folder to a networked folder ? That doesn't sound as if it will do equal to that of a
symbolic
link, equal but not the same obviously.
Re: Symbolic Link on Network Folder
Hardware and Software
Networking
8 Years Ago
by rproffitt
Hello Siberian. We've chatted a bit about what you wanted and to me the MAP to a drive letter is pretty good to know about. HOWEVER you have written a bit and in my view you are after a way to mirror files in two locations. Neither map or
symbolic
links do that. Let's hope you think all this over and look into sync apps.
Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
… I'm unsure whether it is possible. First create a
symbolic
link which links the source to the new target and… sub-folder from the source from being included in the
symbolic
link ? This is the command to which I attempted; it…
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
@Reverend Jim - Arn't
symbolic
link targets just duplicates of the source ? Therefore the /SL …switch should accomblish what I want. With
symbolic
links the source is copied to the new target name…
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
Therefore Robocopy doesn't do what I want to do, which is create a
symbolic
link between two folders but exclude a sub-folder from the source folder as so I though when searching for a more powerful alternative to
symbolic
links ?
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by rproffitt
… and now want to exclude a subfolder from the sync.
Symbolic
links have little to nothing to do with what you… can send us into the void. So if I forget
symbolic
links altogether and restate the goal as: "Sync two…
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by rproffitt
"as normally a
symbolic
link would work ? " Sorry no, I have never seen a
symbolic
link do what you asked so far. As to robocopy not picking up all folders I think more inspection of permissions on the source folder is needed as well as checking your robocopy syntax. I think you are close to getting it to sync.
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
….postimg.org/3tuxj1jsn/Symbolic_exclude.jpg) I want to create a
symbolic
link using Robocopy from the folder Acme to the folder… folder to which I don't want included in the
symbolic
link. Therefore any files created, copied or edited to this…
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by rproffitt
… where you lose me. "I want to create a
symbolic
link using Robocopy" Either you want to sync or… you want to create a
symbolic
link. Mixing terminology is where I have to write it…
Re: Symbolic Reparse Points ?
Hardware and Software
Hardware
8 Years Ago
by rproffitt
…, putting your device into developer mode relaxes restrictions on creating
symbolic
links. Previously, it was only possible for Administrator users to…, a user account with any level of privileges can create
symbolic
links. In other words, you can open a normal Command…
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by rproffitt
… sub-folder from the source from being included in the
symbolic
link ? " That's going to be very tricky. You…
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Reverend Jim
A
symbolic
link is just a pointer to a folder. It is …
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
… get copied to the Acme sub-directory as normally a
symbolic
link would work ?
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
@Reverend Jim, I understand what you're saying, although not confused. :) @rproffitt - What am I doing wrong with regards to the command as to why it won't sync, sync as in
symbolic
link being created between source and target and exclude a sub-folder from syncing from the source ? <g>
Re: Symbolic link with Robocopy ?
Hardware and Software
Microsoft Windows
8 Years Ago
by Siberian
/sl is used to replicate symlinks; therefore I have to create a
symbolic
link first ?
Symbolic Link issues.
Hardware and Software
macOS
16 Years Ago
by Grub
Hi, I am trying to create a
symbolic
link from one dir to another. However, from the command …
Symbolic differentiation
Programming
Software Development
14 Years Ago
by pucivogel
Hey there!I'm doing this
symbolic
differentiation program,and i have some problem with the code.…
Symbolic Reparse Points ?
Hardware and Software
Hardware
8 Years Ago
by Siberian
I want to create a
symbolic
link betwee a folder on a network and a folder …
Re: Symbolic Reparse Points ?
Hardware and Software
Hardware
8 Years Ago
by Siberian
… the network path after and the local path first, the
symbolic
link gets created but one of the links is a…
1
2
3
13
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC