Questions tagged [junction]

A junction (also called a soft link) is a symbolic link of a special type of file that contains a reference to another file or directory. Junctions can link directories located on different local volumes on the same computer. Otherwise, junctions operate identically to hard links. Junctions are implemented through reparse points.

120 questions
0
votes
1 answer

How can I make a junction point or symlink point to a different place for different users?

Example scenario: I want c:\temp to point to each user's temp directory, even if multiple users are logged in simultaneously. I can run code during user logon, e.g., using a logon script, the Run key, etc., but it must work for non-administrative…
Harry Johnston
  • 35,639
  • 6
  • 68
  • 158
0
votes
0 answers

What folder should the ".android" junction point to?

I installed the Android Studio. First it gave me an error installing the built-tools-21.1.1, but the android 21.1.2 folder was already in there. I downloaded 21.1.1, which had a folder named android-5.0. I put it alongside the "21.1.2" folder,…
Triynko
  • 18,766
  • 21
  • 107
  • 173
0
votes
1 answer

What is wrong with my junction.exe command?

I am trying to create a junction point on windows 8 so that files will be written on my HDD (D:) instead of my SSD (C:). A few of the commands I've tried D:\Downloads\Junction\junction.exe D:\Temp\Glasswire\service…
irregular
  • 1,437
  • 3
  • 20
  • 39
0
votes
1 answer

Trying to create one table from four

I'm stuck trying to create a query that pulls results from at least three different tables with many to many relationships. I want to end up with a table that lists cases, the outcomes and complaints. All cases may have none, one or multiple…
0
votes
1 answer

Move windows users folder to external drive while keeping junctions

I've found and followed these methods* to move my user folder to an external drive, and it works wonderfully, however a side effect of this is that robocopy source dest /xj copies all files BUT junctions, meaning that the user folder it creates on…
buggerz
  • 1
  • 2
0
votes
1 answer

How to get rid of junctions using Maven

I have few web projects which share around 95% of the UI. Currently I have set up junctions on my windows machine so when I make a change in the jsp file, all projects get the same update instantly. So I don't have to update every single file. This…
Maciej Cygan
  • 5,351
  • 5
  • 38
  • 72
0
votes
1 answer

Pair of values Unique in Junctiontable

can we make pair of values unique in Junction Table? two tables (Students and classrooms) have many to many relationship. I have created a junction table which contains Studentid and Classroom id only. But i do not want same pair to be enetered…
0
votes
2 answers

Junction point in image skeleton

What is the meaning of a junction point in image skeleton ? I am using opencv and c++ to develop a code source to detect the main local junction point in the image .Many thanks in advace .
user138957
  • 251
  • 4
  • 19
0
votes
2 answers

can't make junction and group by

I have two tables : GererLocationAppart(IdAppartL, MatriculeEmploye) Employe(MatriculeEmploye, PrenomEmploye, NomEmploye, NumeroTelephoneEmploye) I would like to get a table wich contains "PrenomEmploye", "NomEmploye" and a column "Id AppartL".…
giovedy
  • 123
  • 2
  • 4
  • 10
0
votes
1 answer

WebSeal JSF Context path stripping Junction Name

We are using WAS & IHS as servers and WebSEAL as reverse proxy. Application is developed using JSF 2.0 and using .xhtml pages for view. Issue: Using ${facesContext.externalContext.requestContextPath} to generate the context for JavaScript and CSS…
Aragorn
  • 5,021
  • 5
  • 26
  • 37
0
votes
1 answer

How to use mysql_insert_id with a junction table

I have a form and three tables: customer, phone_number, and junction (to create a many-to-many relationship). I need the form to populate all three tables using the newly created auto-incremented ids from the customer and phone number tables to…
0
votes
1 answer

What is wrong with this junction command?

I want to make a junction: junction.exe c:\Program Files (x86)\Microsoft Visual Studio 11.0 d:\Programs\Microsoft Visual Studio 11.0 Every time I try, I get the same three junction usage tips. I am using Windows 8, and running cmd under…
programstinator
  • 1,354
  • 3
  • 12
  • 31
0
votes
1 answer

M:N relationship without a junction table

Given two tables Student(id,name) and course(course_id,course_name). These two tables have a M:N relationship. Is there any way to implement a M:N relationship in relational database without using a junction table? If not in relational database…
-1
votes
1 answer

Using junction.exe in Windows 2000

In Linux I am able to do this: ln -s /tmp/somedir/* /tmp/otherdir/ Which will create links to all of the files within somedir in otherdir. Is there a way to preform a wildcard operation like this in Windows 2000 using junction.exe?
tgai
  • 1,117
  • 2
  • 14
  • 29
-2
votes
1 answer

How do i fix "invalid error" in python 3?

My programm show one error about syntax of the following line code: runfile('D:/Mon Amour/Codes HPP and Thermal/My World/codes of hydro/Gurobi_python_hydro_scheduling/Gurobi_Python_Hydro_Scheduling-master/SDDP_Model.py', wdir='D:/Mon Amour/Codes HPP…
1 2 3 4 5 6 7
8